Class: AdWords::V201003::BulkMutateJobService::OperationResult

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



3362
3363
3364
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3362

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

Instance Attribute Details

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



3360
3361
3362
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3360

def operationResult_Type
  @operationResult_Type
end