Class: AdWords::V200909::AdGroupCriterionService::MutateResponse
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupCriterionService::MutateResponse
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.rb
Overview
mutateResponse
-
rval - AdWords::V200909::AdGroupCriterionService::AdGroupCriterionReturnValue
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.
1566 1567 1568 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1566 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1564 1565 1566 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1564 def rval @rval end |