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