Class: AdWords::V200909::AdGroupService::AdGroupSelector
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupService::AdGroupSelector
- Defined in:
- lib/adwords4r/v200909/AdGroupService.rb
Overview
AdGroupSelector
-
campaignId - SOAP::SOAPLong
-
adGroupIds - SOAP::SOAPLong
-
statsSelector - AdWords::V200909::AdGroupService::StatsSelector
-
paging - AdWords::V200909::AdGroupService::Paging
Instance Attribute Summary collapse
-
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#paging ⇒ Object
Returns the value of attribute paging.
-
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
Instance Method Summary collapse
-
#initialize(campaignId = nil, adGroupIds = [], statsSelector = nil, paging = nil) ⇒ AdGroupSelector
constructor
A new instance of AdGroupSelector.
Constructor Details
#initialize(campaignId = nil, adGroupIds = [], statsSelector = nil, paging = nil) ⇒ AdGroupSelector
Returns a new instance of AdGroupSelector.
809 810 811 812 813 814 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 809 def initialize(campaignId = nil, adGroupIds = [], statsSelector = nil, paging = nil) @campaignId = campaignId @adGroupIds = adGroupIds @statsSelector = statsSelector @paging = paging end |
Instance Attribute Details
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
805 806 807 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 805 def adGroupIds @adGroupIds end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
804 805 806 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 804 def campaignId @campaignId end |
#paging ⇒ Object
Returns the value of attribute paging.
807 808 809 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 807 def paging @paging end |
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
806 807 808 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 806 def statsSelector @statsSelector end |