Exception: Setl::DestinationError
- Defined in:
- lib/setl/errors.rb
Instance Attribute Summary collapse
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Instance Method Summary collapse
-
#initialize(row, message = nil) ⇒ DestinationError
constructor
A new instance of DestinationError.
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, =nil) super @row = row end |
Instance Attribute Details
#row ⇒ Object (readonly)
Returns the value of attribute row.
23 24 25 |
# File 'lib/setl/errors.rb', line 23 def row @row end |