Class: AdWords::V201003::BulkMutateJobService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::MutateResponse
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
mutateResponse
-
rval - AdWords::V201003::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
Returns a new instance of MutateResponse.
5378 5379 5380 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5378 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
5376 5377 5378 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5376 def rval @rval end |