Class: HighLevel::Models::CustomFields::OptionDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::CustomFields::OptionDTO
- Defined in:
- lib/high_level/models/custom_fields/option_dto.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/custom_fields/option_dto.rb', line 9 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'lib/high_level/models/custom_fields/option_dto.rb', line 9 def label @label end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/custom_fields/option_dto.rb', line 9 def url @url end |