Class: AdWords::V200909::AdGroupAdService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V200909::AdGroupAdService::AdGroupAdReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



2592
2593
2594
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2592

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

Instance Attribute Details

#rvalObject

:nodoc: all



2590
2591
2592
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2590

def rval
  @rval
end