Class: HighLevel::Models::Objects::CustomObjectByIdResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/objects/custom_object_by_id_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject (readonly)

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



9
10
11
# File 'lib/high_level/models/objects/custom_object_by_id_response_dto.rb', line 9

def cache
  @cache
end

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



9
10
11
# File 'lib/high_level/models/objects/custom_object_by_id_response_dto.rb', line 9

def fields
  @fields
end

#objectObject (readonly)

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



9
10
11
# File 'lib/high_level/models/objects/custom_object_by_id_response_dto.rb', line 9

def object
  @object
end