Class: AdWords::V201008::BulkMutateJobService::OperationResult

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

Overview

OperationResult abstract

  • operationResult_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operationResult_Type = nil) ⇒ OperationResult

Returns a new instance of OperationResult.



3748
3749
3750
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3748

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

Instance Attribute Details

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



3746
3747
3748
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3746

def operationResult_Type
  @operationResult_Type
end