Class: AdWords::V201008::CampaignTargetService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V201008::CampaignTargetService::MutateResponse
- Defined in:
- lib/adwords4r/v201008/CampaignTargetService.rb
Overview
mutateResponse
-
rval - AdWords::V201008::CampaignTargetService::CampaignTargetReturnValue
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.
1633 1634 1635 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1633 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1631 1632 1633 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1631 def rval @rval end |