Exception: Setl::ProcessingError
- 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) ⇒ ProcessingError
constructor
A new instance of ProcessingError.
Constructor Details
#initialize(row, message = nil) ⇒ ProcessingError
Returns a new instance of ProcessingError.
6 7 8 9 |
# File 'lib/setl/errors.rb', line 6 def initialize(row, =nil) super @row = row end |
Instance Attribute Details
#row ⇒ Object (readonly)
Returns the value of attribute row.
11 12 13 |
# File 'lib/setl/errors.rb', line 11 def row @row end |