Class: HighLevel::Models::Marketplace::DeleteIntegrationBodyDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::DeleteIntegrationBodyDto
- Defined in:
- lib/high_level/models/marketplace/delete_integration_body_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/marketplace/delete_integration_body_dto.rb', line 9 def company_id @company_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/marketplace/delete_integration_body_dto.rb', line 9 def location_id @location_id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
9 10 11 |
# File 'lib/high_level/models/marketplace/delete_integration_body_dto.rb', line 9 def reason @reason end |