Class: AdwordsApi::V201101::AlertService::GetResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/AlertService.rb

Overview

getResponse

  • rval - AdwordsApi::V201101::AlertService::AlertPage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ GetResponse

Returns a new instance of GetResponse.



741
742
743
# File 'lib/adwords_api/v201101/AlertService.rb', line 741

def initialize(rval = nil)
  @rval = rval
end

Instance Attribute Details

#rvalObject

:nodoc: all



739
740
741
# File 'lib/adwords_api/v201101/AlertService.rb', line 739

def rval
  @rval
end