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
permalink #initialize(accountIds = nil, adGroups = nil, campaigns = nil) ⇒ AccountThroughAdGroupReportScope
Returns a new instance of 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
permalink #accountIds ⇒ Object
Returns the value of attribute accountIds.
786 787 788 |
# File 'lib/ReportingService.rb', line 786 def accountIds @accountIds end |
permalink #adGroups ⇒ Object
Returns the value of attribute adGroups.
787 788 789 |
# File 'lib/ReportingService.rb', line 787 def adGroups @adGroups end |
permalink #campaigns ⇒ Object
Returns the value of attribute campaigns.
788 789 790 |
# File 'lib/ReportingService.rb', line 788 def campaigns @campaigns end |