Class: AdWords::V201008::BulkMutateJobService::BatchFailureResult

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

Overview

BatchFailureResult

  • operationResult_Type - SOAP::SOAPString

  • operationIndexInBatch - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operationResult_Type = nil, operationIndexInBatch = nil) ⇒ BatchFailureResult

Returns a new instance of BatchFailureResult.



3760
3761
3762
3763
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3760

def initialize(operationResult_Type = nil, operationIndexInBatch = nil)
  @operationResult_Type = operationResult_Type
  @operationIndexInBatch = operationIndexInBatch
end

Instance Attribute Details

#operationIndexInBatchObject

Returns the value of attribute operationIndexInBatch.



3758
3759
3760
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3758

def operationIndexInBatch
  @operationIndexInBatch
end

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



3757
3758
3759
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3757

def operationResult_Type
  @operationResult_Type
end