Class: AdWords::V201008::BulkMutateJobService::JobSelector
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::JobSelector
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
JobSelector abstract
-
customerJobKeys - SOAP::SOAPString
-
includeJobsSubmittedByOtherUsers - SOAP::SOAPBoolean
-
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.
-
#includeJobsSubmittedByOtherUsers ⇒ Object
Returns the value of attribute includeJobsSubmittedByOtherUsers.
-
#includeStats ⇒ Object
Returns the value of attribute includeStats.
-
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
Instance Method Summary collapse
-
#initialize(customerJobKeys = [], includeJobsSubmittedByOtherUsers = nil, includeHistory = nil, includeStats = nil, jobSelector_Type = nil) ⇒ JobSelector
constructor
A new instance of JobSelector.
Constructor Details
#initialize(customerJobKeys = [], includeJobsSubmittedByOtherUsers = nil, includeHistory = nil, includeStats = nil, jobSelector_Type = nil) ⇒ JobSelector
Returns a new instance of JobSelector.
3216 3217 3218 3219 3220 3221 3222 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3216 def initialize(customerJobKeys = [], includeJobsSubmittedByOtherUsers = nil, includeHistory = nil, includeStats = nil, jobSelector_Type = nil) @customerJobKeys = customerJobKeys @includeJobsSubmittedByOtherUsers = includeJobsSubmittedByOtherUsers @includeHistory = includeHistory @includeStats = includeStats @jobSelector_Type = jobSelector_Type end |
Instance Attribute Details
#customerJobKeys ⇒ Object
Returns the value of attribute customerJobKeys.
3210 3211 3212 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3210 def customerJobKeys @customerJobKeys end |
#includeHistory ⇒ Object
Returns the value of attribute includeHistory.
3212 3213 3214 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3212 def includeHistory @includeHistory end |
#includeJobsSubmittedByOtherUsers ⇒ Object
Returns the value of attribute includeJobsSubmittedByOtherUsers.
3211 3212 3213 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3211 def includeJobsSubmittedByOtherUsers @includeJobsSubmittedByOtherUsers end |
#includeStats ⇒ Object
Returns the value of attribute includeStats.
3213 3214 3215 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3213 def includeStats @includeStats end |
#jobSelector_Type ⇒ Object
Returns the value of attribute jobSelector_Type.
3214 3215 3216 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3214 def jobSelector_Type @jobSelector_Type end |