Class: CassandraObject::Type::TypeMapping
- Inherits:
-
Struct
- Object
- Struct
- CassandraObject::Type::TypeMapping
- Defined in:
- lib/cassandra_object/type.rb
Instance Attribute Summary collapse
-
#converter ⇒ Object
Returns the value of attribute converter.
-
#expected_type ⇒ Object
Returns the value of attribute expected_type.
Instance Attribute Details
#converter ⇒ Object
Returns the value of attribute converter
3 4 5 |
# File 'lib/cassandra_object/type.rb', line 3 def converter @converter end |
#expected_type ⇒ Object
Returns the value of attribute expected_type
3 4 5 |
# File 'lib/cassandra_object/type.rb', line 3 def expected_type @expected_type end |