Class: AdWords::V201008::BulkMutateJobService::BulkMutateJobSelector

Inherits:
JobSelector
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

BulkMutateJobSelector

  • customerJobKeys - SOAP::SOAPString

  • includeJobsSubmittedByOtherUsers - SOAP::SOAPBoolean

  • includeHistory - SOAP::SOAPBoolean

  • includeStats - SOAP::SOAPBoolean

  • jobSelector_Type - SOAP::SOAPString

  • jobIds - SOAP::SOAPLong

  • jobStatuses - AdWords::V201008::BulkMutateJobService::BasicJobStatus

  • resultPartIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerJobKeys = [], includeJobsSubmittedByOtherUsers = nil, includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil) ⇒ BulkMutateJobSelector

Returns a new instance of BulkMutateJobSelector.



3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3244

def initialize(customerJobKeys = [], includeJobsSubmittedByOtherUsers = nil, includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil)
  @customerJobKeys = customerJobKeys
  @includeJobsSubmittedByOtherUsers = includeJobsSubmittedByOtherUsers
  @includeHistory = includeHistory
  @includeStats = includeStats
  @jobSelector_Type = jobSelector_Type
  @jobIds = jobIds
  @jobStatuses = jobStatuses
  @resultPartIndex = resultPartIndex
end

Instance Attribute Details

#customerJobKeysObject

Returns the value of attribute customerJobKeys.



3235
3236
3237
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3235

def customerJobKeys
  @customerJobKeys
end

#includeHistoryObject

Returns the value of attribute includeHistory.



3237
3238
3239
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3237

def includeHistory
  @includeHistory
end

#includeJobsSubmittedByOtherUsersObject

Returns the value of attribute includeJobsSubmittedByOtherUsers.



3236
3237
3238
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3236

def includeJobsSubmittedByOtherUsers
  @includeJobsSubmittedByOtherUsers
end

#includeStatsObject

Returns the value of attribute includeStats.



3238
3239
3240
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3238

def includeStats
  @includeStats
end

#jobIdsObject

Returns the value of attribute jobIds.



3240
3241
3242
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3240

def jobIds
  @jobIds
end

#jobSelector_TypeObject

Returns the value of attribute jobSelector_Type.



3239
3240
3241
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3239

def jobSelector_Type
  @jobSelector_Type
end

#jobStatusesObject

Returns the value of attribute jobStatuses.



3241
3242
3243
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3241

def jobStatuses
  @jobStatuses
end

#resultPartIndexObject

Returns the value of attribute resultPartIndex.



3242
3243
3244
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3242

def resultPartIndex
  @resultPartIndex
end