Class: BjondApi::BjondField
- Inherits:
-
Object
- Object
- BjondApi::BjondField
- Defined in:
- lib/bjond-field.rb
Instance Attribute Summary collapse
-
#codeType ⇒ Object
Returns the value of attribute codeType.
-
#dataType ⇒ Object
Returns the value of attribute dataType.
-
#description ⇒ Object
Returns the value of attribute description.
-
#event ⇒ Object
Returns the value of attribute event.
-
#fieldType ⇒ Object
Returns the value of attribute fieldType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#jsonKey ⇒ Object
Returns the value of attribute jsonKey.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#persist ⇒ Object
Returns the value of attribute persist.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#codeType ⇒ Object
Returns the value of attribute codeType.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def codeType @codeType end |
#dataType ⇒ Object
Returns the value of attribute dataType.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def dataType @dataType end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def description @description end |
#event ⇒ Object
Returns the value of attribute event.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def event @event end |
#fieldType ⇒ Object
Returns the value of attribute fieldType.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def fieldType @fieldType end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def id @id end |
#identifier ⇒ Object
Returns the value of attribute identifier.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def identifier @identifier end |
#jsonKey ⇒ Object
Returns the value of attribute jsonKey.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def jsonKey @jsonKey end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def @options end |
#persist ⇒ Object
Returns the value of attribute persist.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def persist @persist end |
#unit ⇒ Object
Returns the value of attribute unit.
5 6 7 |
# File 'lib/bjond-field.rb', line 5 def unit @unit end |