Exception: Setl::DestinationError

Inherits:
ETLError
  • Object
show all
Defined in:
lib/setl/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(row, message = nil) ⇒ DestinationError

Returns a new instance of DestinationError.



18
19
20
21
# File 'lib/setl/errors.rb', line 18

def initialize(row, message=nil)
  super message
  @row = row
end

Instance Attribute Details

#rowObject (readonly)

Returns the value of attribute row.



23
24
25
# File 'lib/setl/errors.rb', line 23

def row
  @row
end