Class: AdWords::V201003::BulkMutateJobService::Mutate
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::Mutate
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
mutate
-
operation - AdWords::V201003::BulkMutateJobService::JobOperation
Instance Attribute Summary collapse
-
#operation ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(operation = nil) ⇒ Mutate
constructor
A new instance of Mutate.
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
#operation ⇒ Object
:nodoc: all
5366 5367 5368 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5366 def operation @operation end |