Class: AdWords::V201008::BulkMutateJobService::JobSelector

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

BulkMutateJobSelector

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#customerJobKeysObject

Returns the value of attribute customerJobKeys.



3210
3211
3212
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3210

def customerJobKeys
  @customerJobKeys
end

#includeHistoryObject

Returns the value of attribute includeHistory.



3212
3213
3214
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3212

def includeHistory
  @includeHistory
end

#includeJobsSubmittedByOtherUsersObject

Returns the value of attribute includeJobsSubmittedByOtherUsers.



3211
3212
3213
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3211

def includeJobsSubmittedByOtherUsers
  @includeJobsSubmittedByOtherUsers
end

#includeStatsObject

Returns the value of attribute includeStats.



3213
3214
3215
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3213

def includeStats
  @includeStats
end

#jobSelector_TypeObject

Returns the value of attribute jobSelector_Type.



3214
3215
3216
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3214

def jobSelector_Type
  @jobSelector_Type
end