Method: Attributor::Hash.constructable?

Defined in:
lib/attributor/types/hash.rb

.constructable?Boolean

Returns:



157
158
159
# File 'lib/attributor/types/hash.rb', line 157

def self.constructable?
  true
end