Class: AdWords::V201003::BulkMutateJobService::Mutate

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

Overview

mutate

  • operation - AdWords::V201003::BulkMutateJobService::JobOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operation = nil) ⇒ Mutate

Returns a new instance of Mutate.



5368
5369
5370
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5368

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

Instance Attribute Details

#operationObject

:nodoc: all



5366
5367
5368
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5366

def operation
  @operation
end