Class: HighLevel::Models::Associations::GetPostSuccessfulResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Associations::GetPostSuccessfulResponseDto
- Defined in:
- lib/high_level/models/associations/get_post_successful_response_dto.rb
Instance Attribute Summary collapse
-
#association_type ⇒ Object
readonly
Returns the value of attribute association_type.
-
#first_object_key ⇒ Object
readonly
Returns the value of attribute first_object_key.
-
#first_object_label ⇒ Object
readonly
Returns the value of attribute first_object_label.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#second_object_key ⇒ Object
readonly
Returns the value of attribute second_object_key.
-
#second_object_label ⇒ Object
readonly
Returns the value of attribute second_object_label.
Instance Attribute Details
#association_type ⇒ Object (readonly)
Returns the value of attribute association_type
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def association_type @association_type end |
#first_object_key ⇒ Object (readonly)
Returns the value of attribute first_object_key
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def first_object_key @first_object_key end |
#first_object_label ⇒ Object (readonly)
Returns the value of attribute first_object_label
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def first_object_label @first_object_label end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def key @key end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def location_id @location_id end |
#second_object_key ⇒ Object (readonly)
Returns the value of attribute second_object_key
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def second_object_key @second_object_key end |
#second_object_label ⇒ Object (readonly)
Returns the value of attribute second_object_label
9 10 11 |
# File 'lib/high_level/models/associations/get_post_successful_response_dto.rb', line 9 def second_object_label @second_object_label end |