Class: HighLevel::Models::AdManager::CreateIntegrationDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::CreateIntegrationDTO
- Defined in:
- lib/high_level/models/ad_manager/create_integration_dto.rb
Instance Attribute Summary collapse
-
#ad_account_id ⇒ Object
readonly
Returns the value of attribute ad_account_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#page_id ⇒ Object
readonly
Returns the value of attribute page_id.
Instance Attribute Details
#ad_account_id ⇒ Object (readonly)
Returns the value of attribute ad_account_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_integration_dto.rb', line 9 def ad_account_id @ad_account_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_integration_dto.rb', line 9 def location_id @location_id end |
#page_id ⇒ Object (readonly)
Returns the value of attribute page_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/create_integration_dto.rb', line 9 def page_id @page_id end |