Class: AdWords::V201008::BulkMutateJobService::Job
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::Job
- 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
Instance Attribute Summary collapse
-
#billingSummary ⇒ Object
Returns the value of attribute billingSummary.
-
#context ⇒ Object
Returns the value of attribute context.
-
#customerJobKey ⇒ Object
Returns the value of attribute customerJobKey.
-
#failureReason ⇒ Object
Returns the value of attribute failureReason.
-
#job_Type ⇒ Object
Returns the value of attribute job_Type.
-
#stats ⇒ Object
Returns the value of attribute stats.
Instance Method Summary collapse
-
#initialize(customerJobKey = nil, context = nil, failureReason = nil, stats = nil, billingSummary = nil, job_Type = nil) ⇒ Job
constructor
A new instance of Job.
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
#billingSummary ⇒ Object
Returns the value of attribute billingSummary.
3098 3099 3100 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3098 def billingSummary @billingSummary end |
#context ⇒ Object
Returns the value of attribute context.
3095 3096 3097 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3095 def context @context end |
#customerJobKey ⇒ Object
Returns the value of attribute customerJobKey.
3094 3095 3096 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3094 def customerJobKey @customerJobKey end |
#failureReason ⇒ Object
Returns the value of attribute failureReason.
3096 3097 3098 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3096 def failureReason @failureReason end |
#job_Type ⇒ Object
Returns the value of attribute job_Type.
3099 3100 3101 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3099 def job_Type @job_Type end |
#stats ⇒ Object
Returns the value of attribute stats.
3097 3098 3099 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3097 def stats @stats end |