Class: HighLevel::Models::Objects::CustomObjectByIdResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::CustomObjectByIdResponseDTO
- Defined in:
- lib/high_level/models/objects/custom_object_by_id_response_dto.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
readonly
Returns the value of attribute cache.
-
#fields ⇒ Object
readonly
Returns the value of attribute fields.
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Attribute Details
#cache ⇒ Object (readonly)
Returns the value of attribute cache
9 10 11 |
# File 'lib/high_level/models/objects/custom_object_by_id_response_dto.rb', line 9 def cache @cache end |
#fields ⇒ Object (readonly)
Returns the value of attribute fields
9 10 11 |
# File 'lib/high_level/models/objects/custom_object_by_id_response_dto.rb', line 9 def fields @fields end |
#object ⇒ Object (readonly)
Returns the value of attribute object
9 10 11 |
# File 'lib/high_level/models/objects/custom_object_by_id_response_dto.rb', line 9 def object @object end |