Class: AdWords::V200909::AdGroupCriterionService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V200909::AdGroupCriterionService::AdGroupCriterionReturnValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



1566
1567
1568
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1566

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

Instance Attribute Details

#rvalObject

:nodoc: all



1564
1565
1566
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1564

def rval
  @rval
end