module Micro::Attributes::Features::KeysAsSymbol::ClassMethods

Public Instance Methods

__attribute_key_check__(value) click to toggle source
# File lib/micro/attributes/features/keys_as_symbol.rb, line 12
def __attribute_key_check__(value)
  Kind::Symbol[value]
end
__attribute_key_transform__(value) click to toggle source
# File lib/micro/attributes/features/keys_as_symbol.rb, line 16
def __attribute_key_transform__(value)
  value
end
__attributes_keys_transform__(hash) click to toggle source
# File lib/micro/attributes/features/keys_as_symbol.rb, line 20
def __attributes_keys_transform__(hash)
  Kind::Hash[hash]
end
attributes_access() click to toggle source
# File lib/micro/attributes/features/keys_as_symbol.rb, line 8
def attributes_access
  :symbol
end