Class: AdWords::V201008::AdGroupAdService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V201008::AdGroupAdService::AdGroupAdReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



2917
2918
2919
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2917

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

Instance Attribute Details

#rvalObject

:nodoc: all



2915
2916
2917
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2915

def rval
  @rval
end