Class: AdWords::V201003::BulkMutateJobService::Job
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::Job
- 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
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.
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
#billingSummary ⇒ Object
Returns the value of attribute billingSummary.
2719 2720 2721 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2719 def billingSummary @billingSummary end |
#context ⇒ Object
Returns the value of attribute context.
2716 2717 2718 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2716 def context @context end |
#customerJobKey ⇒ Object
Returns the value of attribute customerJobKey.
2715 2716 2717 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2715 def customerJobKey @customerJobKey end |
#failureReason ⇒ Object
Returns the value of attribute failureReason.
2717 2718 2719 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2717 def failureReason @failureReason end |
#job_Type ⇒ Object
Returns the value of attribute job_Type.
2720 2721 2722 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2720 def job_Type @job_Type end |
#stats ⇒ Object
Returns the value of attribute stats.
2718 2719 2720 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2718 def stats @stats end |