Class: AdWords::V200909::AdGroupAdService::AdGroupAdSelector
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupAdService::AdGroupAdSelector
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
AdGroupAdSelector
-
campaignIds - SOAP::SOAPLong
-
adGroupIds - SOAP::SOAPLong
-
adIds - SOAP::SOAPLong
-
statsSelector - AdWords::V200909::AdGroupAdService::AdStatsSelector
-
paging - AdWords::V200909::AdGroupAdService::Paging
Instance Attribute Summary collapse
-
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
-
#adIds ⇒ Object
Returns the value of attribute adIds.
-
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
-
#paging ⇒ Object
Returns the value of attribute paging.
-
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
Instance Method Summary collapse
-
#initialize(campaignIds = [], adGroupIds = [], adIds = [], statsSelector = nil, paging = nil) ⇒ AdGroupAdSelector
constructor
A new instance of AdGroupAdSelector.
Constructor Details
#initialize(campaignIds = [], adGroupIds = [], adIds = [], statsSelector = nil, paging = nil) ⇒ AdGroupAdSelector
Returns a new instance of AdGroupAdSelector.
1631 1632 1633 1634 1635 1636 1637 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1631 def initialize(campaignIds = [], adGroupIds = [], adIds = [], statsSelector = nil, paging = nil) @campaignIds = campaignIds @adGroupIds = adGroupIds @adIds = adIds @statsSelector = statsSelector @paging = paging end |
Instance Attribute Details
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
1626 1627 1628 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1626 def adGroupIds @adGroupIds end |
#adIds ⇒ Object
Returns the value of attribute adIds.
1627 1628 1629 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1627 def adIds @adIds end |
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
1625 1626 1627 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1625 def campaignIds @campaignIds end |
#paging ⇒ Object
Returns the value of attribute paging.
1629 1630 1631 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1629 def paging @paging end |
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
1628 1629 1630 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1628 def statsSelector @statsSelector end |