Class: RubstApi::Model::Field
- Inherits:
-
Data
- Object
- Data
- RubstApi::Model::Field
- Defined in:
- lib/rubst_api/model.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
17 18 19 |
# File 'lib/rubst_api/model.rb', line 17 def default @default end |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 18 19 |
# File 'lib/rubst_api/model.rb', line 17 def name @name end |
#options ⇒ Object (readonly)
Returns the value of attribute options
17 18 19 |
# File 'lib/rubst_api/model.rb', line 17 def @options end |
#required ⇒ Object (readonly)
Returns the value of attribute required
17 18 19 |
# File 'lib/rubst_api/model.rb', line 17 def required @required end |
#type ⇒ Object (readonly)
Returns the value of attribute type
17 18 19 |
# File 'lib/rubst_api/model.rb', line 17 def type @type end |