Class: AdWords::V200909::CampaignService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V200909::CampaignService::CampaignReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



1535
1536
1537
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1535

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

Instance Attribute Details

#rvalObject

:nodoc: all



1533
1534
1535
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1533

def rval
  @rval
end