Class: AdWords::V200909::BulkMutateJobService::Job
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::Job
- 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
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.
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
#billingSummary ⇒ Object
Returns the value of attribute billingSummary.
2290 2291 2292 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2290 def billingSummary @billingSummary end |
#context ⇒ Object
Returns the value of attribute context.
2287 2288 2289 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2287 def context @context end |
#customerJobKey ⇒ Object
Returns the value of attribute customerJobKey.
2286 2287 2288 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2286 def customerJobKey @customerJobKey end |
#failureReason ⇒ Object
Returns the value of attribute failureReason.
2288 2289 2290 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2288 def failureReason @failureReason end |
#job_Type ⇒ Object
Returns the value of attribute job_Type.
2291 2292 2293 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2291 def job_Type @job_Type end |
#stats ⇒ Object
Returns the value of attribute stats.
2289 2290 2291 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2289 def stats @stats end |