Class: AdWords::V201003::BulkMutateJobService::Job

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

Overview

Job abstract

  • customerJobKey - SOAP::SOAPString

  • context - AdWords::V201003::BulkMutateJobService::JobContext

  • failureReason - AdWords::V201003::BulkMutateJobService::ApiErrorReason

  • stats - AdWords::V201003::BulkMutateJobService::JobStats

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



2722
2723
2724
2725
2726
2727
2728
2729
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2722

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.



2719
2720
2721
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2719

def billingSummary
  @billingSummary
end

#contextObject

Returns the value of attribute context.



2716
2717
2718
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2716

def context
  @context
end

#customerJobKeyObject

Returns the value of attribute customerJobKey.



2715
2716
2717
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2715

def customerJobKey
  @customerJobKey
end

#failureReasonObject

Returns the value of attribute failureReason.



2717
2718
2719
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2717

def failureReason
  @failureReason
end

#job_TypeObject

Returns the value of attribute job_Type.



2720
2721
2722
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2720

def job_Type
  @job_Type
end

#statsObject

Returns the value of attribute stats.



2718
2719
2720
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2718

def stats
  @stats
end