Class: AdWords::V201008::BulkMutateJobService::Mutate

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

Overview

mutate

  • operation - AdWords::V201008::BulkMutateJobService::JobOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operation = nil) ⇒ Mutate

Returns a new instance of Mutate.



6005
6006
6007
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 6005

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

Instance Attribute Details

#operationObject

:nodoc: all



6003
6004
6005
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 6003

def operation
  @operation
end