Class: AdWords::V200909::BulkMutateJobService::JobSelector
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::JobSelector
- Defined in:
- lib/adwords4r/v200909/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.
2406 2407 2408 2409 2410 2411 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2406 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.
2401 2402 2403 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2401 def customerJobKeys @customerJobKeys end |
#includeHistory ⇒ Object
Returns the value of attribute includeHistory.
2402 2403 2404 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2402 def includeHistory @includeHistory end |
#includeStats ⇒ Object
Returns the value of attribute includeStats.
2403 2404 2405 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2403 def includeStats @includeStats end |
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
2404 2405 2406 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2404 def jobSelector_Type @jobSelector_Type end |