Class: HighLevel::Models::Contacts::RadioField
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::RadioField
- Defined in:
- lib/high_level/models/contacts/radio_field.rb
Instance Attribute Summary collapse
-
#field_value ⇒ Object
readonly
Returns the value of attribute field_value.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#field_value ⇒ Object (readonly)
Returns the value of attribute field_value
9 10 11 |
# File 'lib/high_level/models/contacts/radio_field.rb', line 9 def field_value @field_value end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/contacts/radio_field.rb', line 9 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/contacts/radio_field.rb', line 9 def key @key end |