Class: Lifeform::FieldDefinition
- Inherits:
-
Struct
- Object
- Struct
- Lifeform::FieldDefinition
- Defined in:
- lib/lifeform/form.rb
Instance Attribute Summary collapse
-
#library ⇒ Object
Returns the value of attribute library.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#library ⇒ Object
Returns the value of attribute library
8 9 10 |
# File 'lib/lifeform/form.rb', line 8 def library @library end |
#parameters ⇒ Object
Returns the value of attribute parameters
8 9 10 |
# File 'lib/lifeform/form.rb', line 8 def parameters @parameters end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/lifeform/form.rb', line 8 def type @type end |