Class: AdWords::V201008::AdGroupAdService::GetResponse
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupAdService::GetResponse
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
getResponse
-
rval - AdWords::V201008::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.
2903 2904 2905 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2903 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
2901 2902 2903 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2901 def rval @rval end |