Class: AdWords::V200909::BulkMutateJobService::BulkMutateJobSelector
- Inherits:
-
JobSelector
- Object
- JobSelector
- AdWords::V200909::BulkMutateJobService::BulkMutateJobSelector
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
BulkMutateJobSelector
-
customerJobKeys - SOAP::SOAPString
-
includeHistory - SOAP::SOAPBoolean
-
includeStats - SOAP::SOAPBoolean
-
jobSelector_Type - SOAP::SOAPString
-
jobIds - SOAP::SOAPLong
-
jobStatuses - AdWords::V200909::BulkMutateJobService::BasicJobStatus
-
resultPartIndex - SOAP::SOAPInt
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.
-
#jobIds ⇒ Object
Returns the value of attribute jobIds.
-
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
-
#jobStatuses ⇒ Object
Returns the value of attribute jobStatuses.
-
#resultPartIndex ⇒ Object
Returns the value of attribute resultPartIndex.
Instance Method Summary collapse
-
#initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil) ⇒ BulkMutateJobSelector
constructor
A new instance of BulkMutateJobSelector.
Constructor Details
#initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil) ⇒ BulkMutateJobSelector
Returns a new instance of BulkMutateJobSelector.
2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2431 def initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil) @customerJobKeys = customerJobKeys @includeHistory = includeHistory @includeStats = includeStats @jobSelector_Type = jobSelector_Type @jobIds = jobIds @jobStatuses = jobStatuses @resultPartIndex = resultPartIndex end |
Instance Attribute Details
#customerJobKeys ⇒ Object
Returns the value of attribute customerJobKeys.
2423 2424 2425 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2423 def customerJobKeys @customerJobKeys end |
#includeHistory ⇒ Object
Returns the value of attribute includeHistory.
2424 2425 2426 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2424 def includeHistory @includeHistory end |
#includeStats ⇒ Object
Returns the value of attribute includeStats.
2425 2426 2427 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2425 def includeStats @includeStats end |
#jobIds ⇒ Object
Returns the value of attribute jobIds.
2427 2428 2429 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2427 def jobIds @jobIds end |
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
2426 2427 2428 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2426 def jobSelector_Type @jobSelector_Type end |
#jobStatuses ⇒ Object
Returns the value of attribute jobStatuses.
2428 2429 2430 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2428 def jobStatuses @jobStatuses end |
#resultPartIndex ⇒ Object
Returns the value of attribute resultPartIndex.
2429 2430 2431 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2429 def resultPartIndex @resultPartIndex end |