class Dynamicloud::API::Model::RecordFieldItem
Represents the field's items @author Eleazar Gomez @version 1.0.0 @since 9/3/15
Attributes
text[RW]
value[RW]
Public Class Methods
new()
click to toggle source
# File lib/dynamic_model.rb, line 78 def initialize @value = '' @text = '' end