Class: AdWords::V200909::CampaignService::CampaignSelector
- Inherits:
-
Object
- Object
- AdWords::V200909::CampaignService::CampaignSelector
- Defined in:
- lib/adwords4r/v200909/CampaignService.rb
Overview
CampaignSelector
-
ids - SOAP::SOAPLong
-
campaignStatuses - AdWords::V200909::CampaignService::CampaignStatus
-
statsSelector - AdWords::V200909::CampaignService::StatsSelector
-
paging - AdWords::V200909::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.
1033 1034 1035 1036 1037 1038 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1033 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.
1029 1030 1031 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1029 def campaignStatuses @campaignStatuses end |
#ids ⇒ Object
Returns the value of attribute ids.
1028 1029 1030 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1028 def ids @ids end |
#paging ⇒ Object
Returns the value of attribute paging.
1031 1032 1033 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1031 def paging @paging end |
#statsSelector ⇒ Object
Returns the value of attribute statsSelector.
1030 1031 1032 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1030 def statsSelector @statsSelector end |