Class: AdWords::V200909::BulkMutateJobService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V200909::BulkMutateJobService::BulkMutateJob

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



4755
4756
4757
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 4755

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

Instance Attribute Details

#rvalObject

:nodoc: all



4753
4754
4755
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 4753

def rval
  @rval
end