Class: AdWords::V200909::BulkMutateJobService::Job

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

Overview

Job abstract

  • customerJobKey - SOAP::SOAPString

  • context - AdWords::V200909::BulkMutateJobService::JobContext

  • failureReason - AdWords::V200909::BulkMutateJobService::ApiErrorReason

  • stats - AdWords::V200909::BulkMutateJobService::JobStats

  • billingSummary - AdWords::V200909::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.



2293
2294
2295
2296
2297
2298
2299
2300
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2293

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.



2290
2291
2292
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2290

def billingSummary
  @billingSummary
end

#contextObject

Returns the value of attribute context.



2287
2288
2289
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2287

def context
  @context
end

#customerJobKeyObject

Returns the value of attribute customerJobKey.



2286
2287
2288
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2286

def customerJobKey
  @customerJobKey
end

#failureReasonObject

Returns the value of attribute failureReason.



2288
2289
2290
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2288

def failureReason
  @failureReason
end

#job_TypeObject

Returns the value of attribute job_Type.



2291
2292
2293
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2291

def job_Type
  @job_Type
end

#statsObject

Returns the value of attribute stats.



2289
2290
2291
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2289

def stats
  @stats
end