Class: Ohm::Types::Hash

Inherits:
Serialized show all
Defined in:
lib/ohm/contrib/typecast.rb

Constant Summary collapse

RAW =
::Hash

Instance Attribute Summary

Attributes inherited from Serialized

#object

Instance Method Summary collapse

Methods inherited from Serialized

#==, #initialize, #respond_to?, #to_s, #type

Methods inherited from Base

[], delegate_to, empty, #inspect

Constructor Details

This class inherits a constructor from Ohm::Types::Serialized

Instance Method Details

#classObject

to define this manually



206
207
208
# File 'lib/ohm/contrib/typecast.rb', line 206

def class
  ::Ohm::Types::Hash
end