Class: HighLevel::Models::CustomFields::ICustomFieldFolder
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::CustomFields::ICustomFieldFolder
- Defined in:
- lib/high_level/models/custom_fields/i_custom_field_folder.rb
Instance Attribute Summary collapse
-
#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.
-
#object_key ⇒ Object
readonly
Returns the value of attribute object_key.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/custom_fields/i_custom_field_folder.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/custom_fields/i_custom_field_folder.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/custom_fields/i_custom_field_folder.rb', line 9 def name @name end |
#object_key ⇒ Object (readonly)
Returns the value of attribute object_key
9 10 11 |
# File 'lib/high_level/models/custom_fields/i_custom_field_folder.rb', line 9 def object_key @object_key end |