Class: AdWords::V201008::AdGroupAdService::GetResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupAdService.rb

Overview

getResponse

  • rval - AdWords::V201008::AdGroupAdService::AdGroupAdPage

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#rvalObject

:nodoc: all



2901
2902
2903
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2901

def rval
  @rval
end