Class: AdWords::V201008::BulkMutateJobService::Operation

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

Overview

Operation abstract

  • operator - AdWords::V201008::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.



3583
3584
3585
3586
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3583

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.



3581
3582
3583
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3581

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



3580
3581
3582
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3580

def operator
  @operator
end