Class: AdWords::V201003::AdGroupAdService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V201003::AdGroupAdService::AdGroupAdReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



2898
2899
2900
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2898

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

Instance Attribute Details

#rvalObject

:nodoc: all



2896
2897
2898
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2896

def rval
  @rval
end