Class: AdWords::V201003::BulkMutateJobService::BulkMutateJobSelector

Inherits:
JobSelector
  • Object
show all
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

Instance Method Summary collapse

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

#customerJobKeysObject

Returns the value of attribute customerJobKeys.



2852
2853
2854
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2852

def customerJobKeys
  @customerJobKeys
end

#includeHistoryObject

Returns the value of attribute includeHistory.



2853
2854
2855
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2853

def includeHistory
  @includeHistory
end

#includeStatsObject

Returns the value of attribute includeStats.



2854
2855
2856
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2854

def includeStats
  @includeStats
end

#jobIdsObject

Returns the value of attribute jobIds.



2856
2857
2858
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2856

def jobIds
  @jobIds
end

#jobSelector_TypeObject

Returns the value of attribute jobSelector_Type.



2855
2856
2857
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2855

def jobSelector_Type
  @jobSelector_Type
end

#jobStatusesObject

Returns the value of attribute jobStatuses.



2857
2858
2859
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2857

def jobStatuses
  @jobStatuses
end

#resultPartIndexObject

Returns the value of attribute resultPartIndex.



2858
2859
2860
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2858

def resultPartIndex
  @resultPartIndex
end