Class: AdWords::V200909::BulkMutateJobService::Mutate
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::Mutate
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
mutate
-
operation - AdWords::V200909::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.
4745 4746 4747 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 4745 def initialize(operation = nil) @operation = operation end |
Instance Attribute Details
#operation ⇒ Object
:nodoc: all
4743 4744 4745 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 4743 def operation @operation end |