Class: Ohm::Types::Hash
- Inherits:
-
Serialized
- Object
- Base
- Serialized
- Ohm::Types::Hash
- Defined in:
- lib/ohm/contrib/typecast.rb
Constant Summary
- RAW =
::Hash
Instance Attribute Summary
Attributes inherited from Serialized
Instance Method Summary (collapse)
-
- (Object) class
to define this manually.
Methods inherited from Serialized
#==, #initialize, #respond_to?, #to_s
Methods inherited from Base
[], delegate_to, empty, #inspect
Constructor Details
This class inherits a constructor from Ohm::Types::Serialized
Instance Method Details
- (Object) class
to define this manually
178 179 180 |
# File 'lib/ohm/contrib/typecast.rb', line 178 def class ::Ohm::Types::Hash end |