Class: AdCenterWrapper::AccountThroughAdGroupReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountThroughAdGroupReportScope
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AccountThroughAdGroupReportScope
accountIds - AdCenterWrapper::ArrayOflong
adGroups - AdCenterWrapper::ArrayOfAdGroupReportScope
campaigns - AdCenterWrapper::ArrayOfCampaignReportScope
Instance Attribute Summary collapse
-
#accountIds ⇒ Object
Returns the value of attribute accountIds.
-
#adGroups ⇒ Object
Returns the value of attribute adGroups.
-
#campaigns ⇒ Object
Returns the value of attribute campaigns.
Instance Method Summary collapse
-
#initialize(accountIds = nil, adGroups = nil, campaigns = nil) ⇒ AccountThroughAdGroupReportScope
constructor
A new instance of AccountThroughAdGroupReportScope.
Constructor Details
#initialize(accountIds = nil, adGroups = nil, campaigns = nil) ⇒ AccountThroughAdGroupReportScope
790 791 792 793 794 |
# File 'lib/ReportingService.rb', line 790 def initialize(accountIds = nil, adGroups = nil, campaigns = nil) @accountIds = accountIds @adGroups = adGroups @campaigns = campaigns end |
Instance Attribute Details
#accountIds ⇒ Object
Returns the value of attribute accountIds.
786 787 788 |
# File 'lib/ReportingService.rb', line 786 def accountIds @accountIds end |
#adGroups ⇒ Object
Returns the value of attribute adGroups.
787 788 789 |
# File 'lib/ReportingService.rb', line 787 def adGroups @adGroups end |
#campaigns ⇒ Object
Returns the value of attribute campaigns.
788 789 790 |
# File 'lib/ReportingService.rb', line 788 def campaigns @campaigns end |