Class: AdWords::V201003::BulkMutateJobService::JobSelector

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

Overview

JobSelector abstract

  • customerJobKeys - SOAP::SOAPString

  • includeHistory - SOAP::SOAPBoolean

  • includeStats - SOAP::SOAPBoolean

  • jobSelector_Type - SOAP::SOAPString

Direct Known Subclasses

BulkMutateJobSelector

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil) ⇒ JobSelector

Returns a new instance of JobSelector.



2835
2836
2837
2838
2839
2840
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2835

def initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil)
  @customerJobKeys = customerJobKeys
  @includeHistory = includeHistory
  @includeStats = includeStats
  @jobSelector_Type = jobSelector_Type
end

Instance Attribute Details

#customerJobKeysObject

Returns the value of attribute customerJobKeys.



2830
2831
2832
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2830

def customerJobKeys
  @customerJobKeys
end

#includeHistoryObject

Returns the value of attribute includeHistory.



2831
2832
2833
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2831

def includeHistory
  @includeHistory
end

#includeStatsObject

Returns the value of attribute includeStats.



2832
2833
2834
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2832

def includeStats
  @includeStats
end

#jobSelector_TypeObject

Returns the value of attribute jobSelector_Type.



2833
2834
2835
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2833

def jobSelector_Type
  @jobSelector_Type
end