Class: BjondApi::BjondField

Inherits:
Object
  • Object
show all
Defined in:
lib/bjond-field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypeObject

Returns the value of attribute codeType.



5
6
7
# File 'lib/bjond-field.rb', line 5

def codeType
  @codeType
end

#dataTypeObject

Returns the value of attribute dataType.



5
6
7
# File 'lib/bjond-field.rb', line 5

def dataType
  @dataType
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/bjond-field.rb', line 5

def description
  @description
end

#eventObject

Returns the value of attribute event.



5
6
7
# File 'lib/bjond-field.rb', line 5

def event
  @event
end

#fieldTypeObject

Returns the value of attribute fieldType.



5
6
7
# File 'lib/bjond-field.rb', line 5

def fieldType
  @fieldType
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/bjond-field.rb', line 5

def id
  @id
end

#identifierObject

Returns the value of attribute identifier.



5
6
7
# File 'lib/bjond-field.rb', line 5

def identifier
  @identifier
end

#jsonKeyObject

Returns the value of attribute jsonKey.



5
6
7
# File 'lib/bjond-field.rb', line 5

def jsonKey
  @jsonKey
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/bjond-field.rb', line 5

def name
  @name
end

#optionsObject

Returns the value of attribute options.



5
6
7
# File 'lib/bjond-field.rb', line 5

def options
  @options
end

#persistObject

Returns the value of attribute persist.



5
6
7
# File 'lib/bjond-field.rb', line 5

def persist
  @persist
end

#unitObject

Returns the value of attribute unit.



5
6
7
# File 'lib/bjond-field.rb', line 5

def unit
  @unit
end