Class: Supersaas::FieldList
- Defined in:
- lib/supersaas-api-client/models/field_list.rb
Instance Attribute Summary collapse
-
#advanced ⇒ Object
Returns the value of attribute advanced.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from Supersaas::BaseModel
Instance Attribute Details
#advanced ⇒ Object
Returns the value of attribute advanced.
5 6 7 |
# File 'lib/supersaas-api-client/models/field_list.rb', line 5 def advanced @advanced end |
#label ⇒ Object
Returns the value of attribute label.
5 6 7 |
# File 'lib/supersaas-api-client/models/field_list.rb', line 5 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/supersaas-api-client/models/field_list.rb', line 5 def name @name end |
#spec ⇒ Object
Returns the value of attribute spec.
6 7 8 |
# File 'lib/supersaas-api-client/models/field_list.rb', line 6 def spec @spec end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/supersaas-api-client/models/field_list.rb', line 5 def type @type end |