Class: AdWords::V200909::BulkMutateJobService::LostResult
- Inherits:
-
OperationResult
- Object
- OperationResult
- AdWords::V200909::BulkMutateJobService::LostResult
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
LostResult
-
operationResult_Type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#operationResult_Type ⇒ Object
Returns the value of attribute operationResult_Type.
Instance Method Summary collapse
-
#initialize(operationResult_Type = nil) ⇒ LostResult
constructor
A new instance of LostResult.
Constructor Details
#initialize(operationResult_Type = nil) ⇒ LostResult
Returns a new instance of LostResult.
2969 2970 2971 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2969 def initialize(operationResult_Type = nil) @operationResult_Type = operationResult_Type end |
Instance Attribute Details
#operationResult_Type ⇒ Object
Returns the value of attribute operationResult_Type.
2967 2968 2969 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2967 def operationResult_Type @operationResult_Type end |