Class: AdWords::V201003::CampaignService::CampaignSelector
- Inherits:
-
Object
- Object
- AdWords::V201003::CampaignService::CampaignSelector
- Defined in:
- lib/adwords4r/v201003/CampaignService.rb
Overview
CampaignSelector
-
ids - SOAP::SOAPLong
-
campaignStatuses - AdWords::V201003::CampaignService::CampaignStatus
-
statsSelector - AdWords::V201003::CampaignService::StatsSelector
-
paging - AdWords::V201003::CampaignService::Paging
Instance Attribute Summary collapse
-
#campaignStatuses ⇒ Object
Returns the value of attribute campaignStatuses.
-
#ids ⇒ Object
Returns the value of attribute ids.
-
#paging ⇒ Object
Returns the value of attribute paging.
-
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
Instance Method Summary collapse
-
#initialize(ids = [], campaignStatuses = [], statsSelector = nil, paging = nil) ⇒ CampaignSelector
constructor
A new instance of CampaignSelector.
Constructor Details
#initialize(ids = [], campaignStatuses = [], statsSelector = nil, paging = nil) ⇒ CampaignSelector
Returns a new instance of CampaignSelector.
1246 1247 1248 1249 1250 1251 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1246 def initialize(ids = [], campaignStatuses = [], statsSelector = nil, paging = nil) @ids = ids @campaignStatuses = campaignStatuses @statsSelector = statsSelector @paging = paging end |
Instance Attribute Details
#campaignStatuses ⇒ Object
Returns the value of attribute campaignStatuses.
1242 1243 1244 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1242 def campaignStatuses @campaignStatuses end |
#ids ⇒ Object
Returns the value of attribute ids.
1241 1242 1243 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1241 def ids @ids end |
#paging ⇒ Object
Returns the value of attribute paging.
1244 1245 1246 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1244 def paging @paging end |
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
1243 1244 1245 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1243 def statsSelector @statsSelector end |