Class: AdWords::V201008::BulkMutateJobService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::MutateResponse
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
mutateResponse
-
rval - AdWords::V201008::BulkMutateJobService::BulkMutateJob
Instance Attribute Summary collapse
-
#rval ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(rval = nil) ⇒ MutateResponse
constructor
A new instance of MutateResponse.
Constructor Details
#initialize(rval = nil) ⇒ MutateResponse
6015 6016 6017 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 6015 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
6013 6014 6015 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 6013 def rval @rval end |