Class: Draisine::TypeMapper::Type
- Inherits:
-
Struct
- Object
- Struct
- Draisine::TypeMapper::Type
- Defined in:
- lib/draisine/type_mapper.rb
Instance Attribute Summary collapse
-
#ar_options ⇒ Object
Returns the value of attribute ar_options.
-
#ar_type ⇒ Object
Returns the value of attribute ar_type.
-
#array ⇒ Object
Returns the value of attribute array.
-
#serialized ⇒ Object
Returns the value of attribute serialized.
Instance Attribute Details
#ar_options ⇒ Object
Returns the value of attribute ar_options
3 4 5 |
# File 'lib/draisine/type_mapper.rb', line 3 def @ar_options end |
#ar_type ⇒ Object
Returns the value of attribute ar_type
3 4 5 |
# File 'lib/draisine/type_mapper.rb', line 3 def ar_type @ar_type end |
#array ⇒ Object
Returns the value of attribute array
3 4 5 |
# File 'lib/draisine/type_mapper.rb', line 3 def array @array end |
#serialized ⇒ Object
Returns the value of attribute serialized
3 4 5 |
# File 'lib/draisine/type_mapper.rb', line 3 def serialized @serialized end |