Exception: Rollwire::IgnoredNestedRollback
- Defined in:
- lib/rollwire/errors.rb
Instance Attribute Summary collapse
-
#report ⇒ Object
readonly
Returns the value of attribute report.
Instance Method Summary collapse
-
#initialize(report) ⇒ IgnoredNestedRollback
constructor
A new instance of IgnoredNestedRollback.
Constructor Details
#initialize(report) ⇒ IgnoredNestedRollback
Returns a new instance of IgnoredNestedRollback.
11 12 13 14 |
# File 'lib/rollwire/errors.rb', line 11 def initialize(report) @report = report super(report.to_s) end |
Instance Attribute Details
#report ⇒ Object (readonly)
Returns the value of attribute report.
9 10 11 |
# File 'lib/rollwire/errors.rb', line 9 def report @report end |