Exception: PoolLint::LeakedSessionState
- Defined in:
- lib/poollint/errors.rb
Instance Attribute Summary collapse
-
#report ⇒ Object
readonly
Returns the value of attribute report.
Instance Method Summary collapse
-
#initialize(report) ⇒ LeakedSessionState
constructor
A new instance of LeakedSessionState.
Constructor Details
#initialize(report) ⇒ LeakedSessionState
Returns a new instance of LeakedSessionState.
11 12 13 14 |
# File 'lib/poollint/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/poollint/errors.rb', line 9 def report @report end |