class Conjur::Policy::Types::Variable

Public Instance Methods

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