Class: AdWords::V201008::AdGroupCriterionService::GetResponse

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

Overview

getResponse

  • rval - AdWords::V201008::AdGroupCriterionService::AdGroupCriterionPage

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#rvalObject

:nodoc: all



1935
1936
1937
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1935

def rval
  @rval
end