Class: TypedFields::TypeInfo
- Inherits:
-
Struct
- Object
- Struct
- TypedFields::TypeInfo
- Defined in:
- lib/typed_fields.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#field_name ⇒ Object
Returns the value of attribute field_name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
60 61 62 |
# File 'lib/typed_fields.rb', line 60 def default @default end |
#field_name ⇒ Object
Returns the value of attribute field_name
60 61 62 |
# File 'lib/typed_fields.rb', line 60 def field_name @field_name end |
#type ⇒ Object
Returns the value of attribute type
60 61 62 |
# File 'lib/typed_fields.rb', line 60 def type @type end |