Class: AdWords::V201003::BulkMutateJobService::JobSelector
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::JobSelector
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
JobSelector abstract
-
customerJobKeys - SOAP::SOAPString
-
includeHistory - SOAP::SOAPBoolean
-
includeStats - SOAP::SOAPBoolean
-
jobSelector_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#customerJobKeys ⇒ Object
Returns the value of attribute customerJobKeys.
-
#includeHistory ⇒ Object
Returns the value of attribute includeHistory.
-
#includeStats ⇒ Object
Returns the value of attribute includeStats.
-
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
Instance Method Summary collapse
-
#initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil) ⇒ JobSelector
constructor
A new instance of JobSelector.
Constructor Details
#initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil) ⇒ JobSelector
Returns a new instance of JobSelector.
2835 2836 2837 2838 2839 2840 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2835 def initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil) @customerJobKeys = customerJobKeys @includeHistory = includeHistory @includeStats = includeStats @jobSelector_Type = jobSelector_Type end |
Instance Attribute Details
#customerJobKeys ⇒ Object
Returns the value of attribute customerJobKeys.
2830 2831 2832 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2830 def customerJobKeys @customerJobKeys end |
#includeHistory ⇒ Object
Returns the value of attribute includeHistory.
2831 2832 2833 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2831 def includeHistory @includeHistory end |
#includeStats ⇒ Object
Returns the value of attribute includeStats.
2832 2833 2834 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2832 def includeStats @includeStats end |
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
2833 2834 2835 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2833 def jobSelector_Type @jobSelector_Type end |