Class: AdWords::V200909::BulkMutateJobService::OperationResult

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/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.



2933
2934
2935
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2933

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

Instance Attribute Details

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



2931
2932
2933
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2931

def operationResult_Type
  @operationResult_Type
end