Class: AdWords::V201003::AdGroupService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V201003::AdGroupService::MutateResponse
- Defined in:
- lib/adwords4r/v201003/AdGroupService.rb
Overview
mutateResponse
-
rval - AdWords::V201003::AdGroupService::AdGroupReturnValue
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.
1409 1410 1411 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1409 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1407 1408 1409 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1407 def rval @rval end |