Class: AdWords::V200909::BulkMutateJobService::JobSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/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.



2406
2407
2408
2409
2410
2411
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2406

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.



2401
2402
2403
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2401

def customerJobKeys
  @customerJobKeys
end

#includeHistoryObject

Returns the value of attribute includeHistory.



2402
2403
2404
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2402

def includeHistory
  @includeHistory
end

#includeStatsObject

Returns the value of attribute includeStats.



2403
2404
2405
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2403

def includeStats
  @includeStats
end

#jobSelector_TypeObject

Returns the value of attribute jobSelector_Type.



2404
2405
2406
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2404

def jobSelector_Type
  @jobSelector_Type
end