Class: AdwordsApi::V201008::BulkMutateJobService::Job

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

Overview

Job abstract

  • customerJobKey - SOAP::SOAPString

  • context - AdwordsApi::V201008::BulkMutateJobService::JobContext

  • failureReason - AdwordsApi::V201008::BulkMutateJobService::ApiErrorReason

  • stats - AdwordsApi::V201008::BulkMutateJobService::JobStats

  • billingSummary - AdwordsApi::V201008::BulkMutateJobService::BillingSummary

  • job_Type - SOAP::SOAPString

Direct Known Subclasses

BulkMutateJob

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerJobKey = nil, context = nil, failureReason = nil, stats = nil, billingSummary = nil, job_Type = nil) ⇒ Job

Returns a new instance of Job.



3125
3126
3127
3128
3129
3130
3131
3132
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3125

def initialize(customerJobKey = nil, context = nil, failureReason = nil, stats = nil, billingSummary = nil, job_Type = nil)
  @customerJobKey = customerJobKey
  @context = context
  @failureReason = failureReason
  @stats = stats
  @billingSummary = billingSummary
  @job_Type = job_Type
end

Instance Attribute Details

#billingSummaryObject

Returns the value of attribute billingSummary.



3122
3123
3124
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3122

def billingSummary
  @billingSummary
end

#contextObject

Returns the value of attribute context.



3119
3120
3121
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3119

def context
  @context
end

#customerJobKeyObject

Returns the value of attribute customerJobKey.



3118
3119
3120
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3118

def customerJobKey
  @customerJobKey
end

#failureReasonObject

Returns the value of attribute failureReason.



3120
3121
3122
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3120

def failureReason
  @failureReason
end

#job_TypeObject

Returns the value of attribute job_Type.



3123
3124
3125
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3123

def job_Type
  @job_Type
end

#statsObject

Returns the value of attribute stats.



3121
3122
3123
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 3121

def stats
  @stats
end