Class: AdCenterWrapper::AccountThroughAdGroupReportScope
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountThroughAdGroupReportScope
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AccountThroughAdGroupReportScope
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
Returns a new instance of AccountThroughAdGroupReportScope.
5935 5936 5937 5938 5939 |
# File 'lib/adcenter_wrapper_entities.rb', line 5935 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.
5931 5932 5933 |
# File 'lib/adcenter_wrapper_entities.rb', line 5931 def accountIds @accountIds end |
#adGroups ⇒ Object
Returns the value of attribute adGroups.
5932 5933 5934 |
# File 'lib/adcenter_wrapper_entities.rb', line 5932 def adGroups @adGroups end |
#campaigns ⇒ Object
Returns the value of attribute campaigns.
5933 5934 5935 |
# File 'lib/adcenter_wrapper_entities.rb', line 5933 def campaigns @campaigns end |