Class: AdWords::V201008::BulkMutateJobService::BulkMutateJob
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
BulkMutateJob
-
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
-
id - SOAP::SOAPLong
-
policy - AdWords::V201008::BulkMutateJobService::BulkMutateJobPolicy
-
request - AdWords::V201008::BulkMutateJobService::BulkMutateRequest
-
status - AdWords::V201008::BulkMutateJobService::BasicJobStatus
-
history - AdWords::V201008::BulkMutateJobService::BulkMutateJobEvent
-
result - AdWords::V201008::BulkMutateJobService::BulkMutateResult
-
numRequestParts - SOAP::SOAPInt
-
numRequestPartsReceived - SOAP::SOAPInt
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.
-
#history ⇒ Object
Returns the value of attribute history.
-
#id ⇒ Object
Returns the value of attribute id.
-
#job_Type ⇒ Object
Returns the value of attribute job_Type.
-
#numRequestParts ⇒ Object
Returns the value of attribute numRequestParts.
-
#numRequestPartsReceived ⇒ Object
Returns the value of attribute numRequestPartsReceived.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#request ⇒ Object
Returns the value of attribute request.
-
#result ⇒ Object
Returns the value of attribute result.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(customerJobKey = nil, context = nil, failureReason = nil, stats = nil, billingSummary = nil, job_Type = nil, id = nil, policy = nil, request = nil, status = nil, history = [], result = nil, numRequestParts = nil, numRequestPartsReceived = nil) ⇒ BulkMutateJob
constructor
A new instance of BulkMutateJob.
Constructor Details
#initialize(customerJobKey = nil, context = nil, failureReason = nil, stats = nil, billingSummary = nil, job_Type = nil, id = nil, policy = nil, request = nil, status = nil, history = [], result = nil, numRequestParts = nil, numRequestPartsReceived = nil) ⇒ BulkMutateJob
Returns a new instance of BulkMutateJob.
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3142 def initialize(customerJobKey = nil, context = nil, failureReason = nil, stats = nil, billingSummary = nil, job_Type = nil, id = nil, policy = nil, request = nil, status = nil, history = [], result = nil, numRequestParts = nil, numRequestPartsReceived = nil) @customerJobKey = customerJobKey @context = context @failureReason = failureReason @stats = stats @billingSummary = billingSummary @job_Type = job_Type @id = id @policy = policy @request = request @status = status @history = history @result = result @numRequestParts = numRequestParts @numRequestPartsReceived = numRequestPartsReceived end |
Instance Attribute Details
#billingSummary ⇒ Object
Returns the value of attribute billingSummary.
3131 3132 3133 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3131 def billingSummary @billingSummary end |
#context ⇒ Object
Returns the value of attribute context.
3128 3129 3130 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3128 def context @context end |
#customerJobKey ⇒ Object
Returns the value of attribute customerJobKey.
3127 3128 3129 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3127 def customerJobKey @customerJobKey end |
#failureReason ⇒ Object
Returns the value of attribute failureReason.
3129 3130 3131 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3129 def failureReason @failureReason end |
#history ⇒ Object
Returns the value of attribute history.
3137 3138 3139 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3137 def history @history end |
#id ⇒ Object
Returns the value of attribute id.
3133 3134 3135 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3133 def id @id end |
#job_Type ⇒ Object
Returns the value of attribute job_Type.
3132 3133 3134 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3132 def job_Type @job_Type end |
#numRequestParts ⇒ Object
Returns the value of attribute numRequestParts.
3139 3140 3141 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3139 def numRequestParts @numRequestParts end |
#numRequestPartsReceived ⇒ Object
Returns the value of attribute numRequestPartsReceived.
3140 3141 3142 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3140 def numRequestPartsReceived @numRequestPartsReceived end |
#policy ⇒ Object
Returns the value of attribute policy.
3134 3135 3136 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3134 def policy @policy end |
#request ⇒ Object
Returns the value of attribute request.
3135 3136 3137 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3135 def request @request end |
#result ⇒ Object
Returns the value of attribute result.
3138 3139 3140 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3138 def result @result end |
#stats ⇒ Object
Returns the value of attribute stats.
3130 3131 3132 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3130 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
3136 3137 3138 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3136 def status @status end |