Class: HighLevel::Models::Objects::RecordResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::RecordResponseDTO
- Defined in:
- lib/high_level/models/objects/record_response_dto.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
-
#followers ⇒ Object
readonly
Returns the value of attribute followers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_updated_by ⇒ Object
readonly
Returns the value of attribute last_updated_by.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#object_id ⇒ Object
readonly
Returns the value of attribute object_id.
-
#object_key ⇒ Object
readonly
Returns the value of attribute object_key.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
-
#search_after ⇒ Object
readonly
Returns the value of attribute search_after.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def created_at @created_at end |
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def created_by @created_by end |
#followers ⇒ Object (readonly)
Returns the value of attribute followers
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def followers @followers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def id @id end |
#last_updated_by ⇒ Object (readonly)
Returns the value of attribute last_updated_by
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def last_updated_by @last_updated_by end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def location_id @location_id end |
#object_id ⇒ Object (readonly)
Returns the value of attribute object_id
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def object_id @object_id end |
#object_key ⇒ Object (readonly)
Returns the value of attribute object_key
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def object_key @object_key end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def owner @owner end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def properties @properties end |
#search_after ⇒ Object (readonly)
Returns the value of attribute search_after
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def search_after @search_after end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/objects/record_response_dto.rb', line 9 def updated_at @updated_at end |