Class: AdWords::V201003::CampaignAdExtensionService::CampaignAdExtensionStatsSelector
- Inherits:
-
StatsSelector
- Object
- StatsSelector
- AdWords::V201003::CampaignAdExtensionService::CampaignAdExtensionStatsSelector
- Defined in:
- lib/adwords4r/v201003/CampaignAdExtensionService.rb
Overview
CampaignAdExtensionStatsSelector
-
dateRange - AdWords::V201003::CampaignAdExtensionService::DateRange
-
statsSelector_Type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dateRange ⇒ Object
Returns the value of attribute dateRange.
-
#statsSelector_Type ⇒ Object
Returns the value of attribute statsSelector_Type.
Instance Method Summary collapse
-
#initialize(dateRange = nil, statsSelector_Type = nil) ⇒ CampaignAdExtensionStatsSelector
constructor
A new instance of CampaignAdExtensionStatsSelector.
Constructor Details
#initialize(dateRange = nil, statsSelector_Type = nil) ⇒ CampaignAdExtensionStatsSelector
Returns a new instance of CampaignAdExtensionStatsSelector.
150 151 152 153 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 150 def initialize(dateRange = nil, statsSelector_Type = nil) @dateRange = dateRange @statsSelector_Type = statsSelector_Type end |
Instance Attribute Details
#dateRange ⇒ Object
Returns the value of attribute dateRange.
147 148 149 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 147 def dateRange @dateRange end |
#statsSelector_Type ⇒ Object
Returns the value of attribute statsSelector_Type.
148 149 150 |
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 148 def statsSelector_Type @statsSelector_Type end |