Class: AdWords::V201008::BulkMutateJobService::Job

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

Overview

Job abstract

  • customerJobKey - SOAP::SOAPString

  • context - AdWords::V201008::BulkMutateJobService::JobContext

  • failureReason - AdWords::V201008::BulkMutateJobService::ApiErrorReason

  • stats - AdWords::V201008::BulkMutateJobService::JobStats

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



3101
3102
3103
3104
3105
3106
3107
3108
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3101

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.



3098
3099
3100
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3098

def billingSummary
  @billingSummary
end

#contextObject

Returns the value of attribute context.



3095
3096
3097
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3095

def context
  @context
end

#customerJobKeyObject

Returns the value of attribute customerJobKey.



3094
3095
3096
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3094

def customerJobKey
  @customerJobKey
end

#failureReasonObject

Returns the value of attribute failureReason.



3096
3097
3098
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3096

def failureReason
  @failureReason
end

#job_TypeObject

Returns the value of attribute job_Type.



3099
3100
3101
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3099

def job_Type
  @job_Type
end

#statsObject

Returns the value of attribute stats.



3097
3098
3099
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3097

def stats
  @stats
end