class Conjur::DSL2::Types::Variable

Public Instance Methods

custom_attribute_names() click to toggle source
# File lib/conjur/dsl2/types/records.rb, line 180
def custom_attribute_names
  [ :kind, :mime_type ]
end
immutable_attribute_names() click to toggle source
# File lib/conjur/dsl2/types/records.rb, line 184
def immutable_attribute_names
  [ :kind, :mime_type ]
end