Class: AdWords::V201008::BulkMutateJobService::LostResult

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

Overview

LostResult

  • operationResult_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operationResult_Type = nil) ⇒ LostResult

Returns a new instance of LostResult.



3784
3785
3786
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3784

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

Instance Attribute Details

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



3782
3783
3784
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3782

def operationResult_Type
  @operationResult_Type
end