Class: AdWords::V201008::BulkMutateJobService::Mutate
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::Mutate
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
mutate
-
operation - AdWords::V201008::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.
6005 6006 6007 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 6005 def initialize(operation = nil) @operation = operation end |
Instance Attribute Details
#operation ⇒ Object
:nodoc: all
6003 6004 6005 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 6003 def operation @operation end |