Class: AdWords::V201008::ExperimentService::ExperimentSelector
- Inherits:
-
Object
- Object
- AdWords::V201008::ExperimentService::ExperimentSelector
- Defined in:
- lib/adwords4r/v201008/ExperimentService.rb
Overview
ExperimentSelector
-
experimentIds - SOAP::SOAPLong
-
campaignIds - SOAP::SOAPLong
-
includeStats - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
-
#experimentIds ⇒ Object
Returns the value of attribute experimentIds.
-
#includeStats ⇒ Object
Returns the value of attribute includeStats.
Instance Method Summary collapse
-
#initialize(experimentIds = [], campaignIds = [], includeStats = nil) ⇒ ExperimentSelector
constructor
A new instance of ExperimentSelector.
Constructor Details
#initialize(experimentIds = [], campaignIds = [], includeStats = nil) ⇒ ExperimentSelector
Returns a new instance of ExperimentSelector.
115 116 117 118 119 |
# File 'lib/adwords4r/v201008/ExperimentService.rb', line 115 def initialize(experimentIds = [], campaignIds = [], includeStats = nil) @experimentIds = experimentIds @campaignIds = campaignIds @includeStats = includeStats end |
Instance Attribute Details
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
112 113 114 |
# File 'lib/adwords4r/v201008/ExperimentService.rb', line 112 def campaignIds @campaignIds end |
#experimentIds ⇒ Object
Returns the value of attribute experimentIds.
111 112 113 |
# File 'lib/adwords4r/v201008/ExperimentService.rb', line 111 def experimentIds @experimentIds end |
#includeStats ⇒ Object
Returns the value of attribute includeStats.
113 114 115 |
# File 'lib/adwords4r/v201008/ExperimentService.rb', line 113 def includeStats @includeStats end |