Class: HighLevel::Models::Locations::CustomValueSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::CustomValueSchema
- Defined in:
- lib/high_level/models/locations/custom_value_schema.rb
Instance Attribute Summary collapse
-
#field_key ⇒ Object
readonly
Returns the value of attribute field_key.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#field_key ⇒ Object (readonly)
Returns the value of attribute field_key
9 10 11 |
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9 def field_key @field_key end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9 def name @name end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9 def value @value end |