Class: AdWords::V201008::AdGroupCriterionService::GetResponse
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupCriterionService::GetResponse
- Defined in:
- lib/adwords4r/v201008/AdGroupCriterionService.rb
Overview
getResponse
-
rval - AdWords::V201008::AdGroupCriterionService::AdGroupCriterionPage
Instance Attribute Summary collapse
-
#rval ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(rval = nil) ⇒ GetResponse
constructor
A new instance of GetResponse.
Constructor Details
#initialize(rval = nil) ⇒ GetResponse
Returns a new instance of GetResponse.
1937 1938 1939 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1937 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1935 1936 1937 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1935 def rval @rval end |