Class: AdwordsApi::V201008::AdGroupService::MutateResponse

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

Overview

mutateResponse

  • rval - AdwordsApi::V201008::AdGroupService::AdGroupReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



1542
1543
1544
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 1542

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

Instance Attribute Details

#rvalObject

:nodoc: all



1540
1541
1542
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 1540

def rval
  @rval
end