Class: AdWords::V200909::AdGroupService::GetResponse
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupService::GetResponse
- Defined in:
- lib/adwords4r/v200909/AdGroupService.rb
Overview
getResponse
-
rval - AdWords::V200909::AdGroupService::AdGroupPage
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.
1225 1226 1227 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 1225 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
1223 1224 1225 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 1223 def rval @rval end |