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