Class: AdWords::V201003::AdGroupService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V201003::AdGroupService::AdGroupReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



1409
1410
1411
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1409

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

Instance Attribute Details

#rvalObject

:nodoc: all



1407
1408
1409
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1407

def rval
  @rval
end