Class: AdWords::V201003::BulkMutateJobService::BulkMutateJobSelector
- Inherits:
-
JobSelector
- Object
- JobSelector
- AdWords::V201003::BulkMutateJobService::BulkMutateJobSelector
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
BulkMutateJobSelector
-
customerJobKeys - SOAP::SOAPString
-
includeHistory - SOAP::SOAPBoolean
-
includeStats - SOAP::SOAPBoolean
-
jobSelector_Type - SOAP::SOAPString
-
jobIds - SOAP::SOAPLong
-
jobStatuses - AdWords::V201003::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.
2860 2861 2862 2863 2864 2865 2866 2867 2868 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2860 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.
2852 2853 2854 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2852 def customerJobKeys @customerJobKeys end |
#includeHistory ⇒ Object
Returns the value of attribute includeHistory.
2853 2854 2855 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2853 def includeHistory @includeHistory end |
#includeStats ⇒ Object
Returns the value of attribute includeStats.
2854 2855 2856 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2854 def includeStats @includeStats end |
#jobIds ⇒ Object
Returns the value of attribute jobIds.
2856 2857 2858 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2856 def jobIds @jobIds end |
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
2855 2856 2857 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2855 def jobSelector_Type @jobSelector_Type end |
#jobStatuses ⇒ Object
Returns the value of attribute jobStatuses.
2857 2858 2859 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2857 def jobStatuses @jobStatuses end |
#resultPartIndex ⇒ Object
Returns the value of attribute resultPartIndex.
2858 2859 2860 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2858 def resultPartIndex @resultPartIndex end |