Class: RunApi::Core::BaseModel::Field
- Inherits:
-
Struct
- Object
- Struct
- RunApi::Core::BaseModel::Field
- Defined in:
- lib/runapi/core/base_model.rb
Instance Attribute Summary collapse
-
#enum ⇒ Object
Returns the value of attribute enum.
-
#item_type ⇒ Object
Returns the value of attribute item_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#enum ⇒ Object
Returns the value of attribute enum
7 8 9 |
# File 'lib/runapi/core/base_model.rb', line 7 def enum @enum end |
#item_type ⇒ Object
Returns the value of attribute item_type
7 8 9 |
# File 'lib/runapi/core/base_model.rb', line 7 def item_type @item_type end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/runapi/core/base_model.rb', line 7 def name @name end |
#required ⇒ Object
Returns the value of attribute required
7 8 9 |
# File 'lib/runapi/core/base_model.rb', line 7 def required @required end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/runapi/core/base_model.rb', line 7 def type @type end |