Class: AdwordsApi::V201008::AdGroupAdService::MutateResponse

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

Overview

mutateResponse

  • rval - AdwordsApi::V201008::AdGroupAdService::AdGroupAdReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



2922
2923
2924
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 2922

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

Instance Attribute Details

#rvalObject

:nodoc: all



2920
2921
2922
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 2920

def rval
  @rval
end