Class: AdWords::V201003::BulkMutateJobService::MutateResponse

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

Overview

mutateResponse

  • rval - AdWords::V201003::BulkMutateJobService::BulkMutateJob

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rval = nil) ⇒ MutateResponse

Returns a new instance of MutateResponse.



5378
5379
5380
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5378

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

Instance Attribute Details

#rvalObject

:nodoc: all



5376
5377
5378
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 5376

def rval
  @rval
end