Class: Dynamicloud::API::Model::RecordFieldItem
- Inherits:
-
Object
- Object
- Dynamicloud::API::Model::RecordFieldItem
- Defined in:
- lib/dynamic_model.rb
Overview
Represents the field’s items
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ RecordFieldItem
constructor
A new instance of RecordFieldItem.
Constructor Details
#initialize ⇒ RecordFieldItem
Returns a new instance of RecordFieldItem.
78 79 80 81 |
# File 'lib/dynamic_model.rb', line 78 def initialize @value = '' @text = '' end |
Instance Attribute Details
#text ⇒ Object
76 77 78 |
# File 'lib/dynamic_model.rb', line 76 def text @text end |
#value ⇒ Object
76 77 78 |
# File 'lib/dynamic_model.rb', line 76 def value @value end |