Class: AdWords::V200909::CampaignAdExtensionService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V200909::CampaignAdExtensionService::MutateResponse
- Defined in:
- lib/adwords4r/v200909/CampaignAdExtensionService.rb
Overview
mutateResponse
-
rval - AdWords::V200909::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.
1053 1054 1055 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 1053 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1051 1052 1053 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 1051 def rval @rval end |