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