Class: AdWords::V200909::AdGroupAdService::GetResponse
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupAdService::GetResponse
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
getResponse
-
rval - AdWords::V200909::AdGroupAdService::AdGroupAdPage
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.
2578 2579 2580 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2578 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
2576 2577 2578 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2576 def rval @rval end |