Class: Autonoma::FieldInfo
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::FieldInfo
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#has_default ⇒ Object
Returns the value of attribute has_default.
-
#is_id ⇒ Object
Returns the value of attribute is_id.
-
#is_required ⇒ Object
Returns the value of attribute is_required.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#has_default ⇒ Object
Returns the value of attribute has_default
4 5 6 |
# File 'lib/autonoma/types.rb', line 4 def has_default @has_default end |
#is_id ⇒ Object
Returns the value of attribute is_id
4 5 6 |
# File 'lib/autonoma/types.rb', line 4 def is_id @is_id end |
#is_required ⇒ Object
Returns the value of attribute is_required
4 5 6 |
# File 'lib/autonoma/types.rb', line 4 def is_required @is_required end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/autonoma/types.rb', line 4 def name @name end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/autonoma/types.rb', line 4 def type @type end |