Class: AdCenterWrapper::AccountThroughCampaignReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountThroughCampaignReportScope
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AccountThroughCampaignReportScope
accountIds - AdCenterWrapper::ArrayOflong
campaigns - AdCenterWrapper::ArrayOfCampaignReportScope
Instance Attribute Summary collapse
-
#accountIds ⇒ Object
Returns the value of attribute accountIds.
-
#campaigns ⇒ Object
Returns the value of attribute campaigns.
Instance Method Summary collapse
-
#initialize(accountIds = nil, campaigns = nil) ⇒ AccountThroughCampaignReportScope
constructor
A new instance of AccountThroughCampaignReportScope.
Constructor Details
#initialize(accountIds = nil, campaigns = nil) ⇒ AccountThroughCampaignReportScope
Returns a new instance of AccountThroughCampaignReportScope.
6137 6138 6139 6140 |
# File 'lib/adcenter_wrapper_entities.rb', line 6137 def initialize(accountIds = nil, campaigns = nil) @accountIds = accountIds @campaigns = campaigns end |
Instance Attribute Details
#accountIds ⇒ Object
Returns the value of attribute accountIds.
6134 6135 6136 |
# File 'lib/adcenter_wrapper_entities.rb', line 6134 def accountIds @accountIds end |
#campaigns ⇒ Object
Returns the value of attribute campaigns.
6135 6136 6137 |
# File 'lib/adcenter_wrapper_entities.rb', line 6135 def campaigns @campaigns end |