Class: AdWords::V201003::AdGroupService::AdGroupSelector
- Inherits:
-
Object
- Object
- AdWords::V201003::AdGroupService::AdGroupSelector
- Defined in:
- lib/adwords4r/v201003/AdGroupService.rb
Overview
AdGroupSelector
-
campaignIds - SOAP::SOAPLong
-
adGroupIds - SOAP::SOAPLong
-
statsSelector - AdWords::V201003::AdGroupService::StatsSelector
-
paging - AdWords::V201003::AdGroupService::Paging
Instance Attribute Summary collapse
-
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
-
#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 = [], statsSelector = nil, paging = nil) ⇒ AdGroupSelector
constructor
A new instance of AdGroupSelector.
Constructor Details
#initialize(campaignIds = [], adGroupIds = [], statsSelector = nil, paging = nil) ⇒ AdGroupSelector
Returns a new instance of AdGroupSelector.
946 947 948 949 950 951 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 946 def initialize(campaignIds = [], adGroupIds = [], statsSelector = nil, paging = nil) @campaignIds = campaignIds @adGroupIds = adGroupIds @statsSelector = statsSelector @paging = paging end |
Instance Attribute Details
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
942 943 944 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 942 def adGroupIds @adGroupIds end |
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
941 942 943 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 941 def campaignIds @campaignIds end |
#paging ⇒ Object
Returns the value of attribute paging.
944 945 946 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 944 def paging @paging end |
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
943 944 945 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 943 def statsSelector @statsSelector end |