Class: AdWords::V200909::BulkMutateJobService::Mutate

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

Overview

mutate

  • operation - AdWords::V200909::BulkMutateJobService::JobOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operation = nil) ⇒ Mutate

Returns a new instance of Mutate.



4745
4746
4747
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 4745

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

Instance Attribute Details

#operationObject

:nodoc: all



4743
4744
4745
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 4743

def operation
  @operation
end