Class: AdWords::V200909::BulkMutateJobService::Operation

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

Overview

Operation abstract

  • operator - AdWords::V200909::BulkMutateJobService::Operator

  • operation_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil) ⇒ Operation

Returns a new instance of Operation.



2800
2801
2802
2803
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2800

def initialize(operator = nil, operation_Type = nil)
  @operator = operator
  @operation_Type = operation_Type
end

Instance Attribute Details

#operation_TypeObject

Returns the value of attribute operation_Type.



2798
2799
2800
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2798

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2797
2798
2799
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2797

def operator
  @operator
end