Class: AdWords::V201008::CampaignAdExtensionService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V201008::CampaignAdExtensionService::MutateResponse
- Defined in:
- lib/adwords4r/v201008/CampaignAdExtensionService.rb
Overview
mutateResponse
-
rval - AdWords::V201008::CampaignAdExtensionService::CampaignAdExtensionReturnValue
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.
1549 1550 1551 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1549 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1547 1548 1549 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1547 def rval @rval end |