Exception: Bunny::NetworkErrorWrapper
- Defined in:
- lib/bunny/exceptions.rb
Instance Attribute Summary collapse
-
#other ⇒ Object
readonly
Returns the value of attribute other.
Instance Method Summary collapse
-
#initialize(other) ⇒ NetworkErrorWrapper
constructor
A new instance of NetworkErrorWrapper.
Constructor Details
#initialize(other) ⇒ NetworkErrorWrapper
Returns a new instance of NetworkErrorWrapper.
267 268 269 270 |
# File 'lib/bunny/exceptions.rb', line 267 def initialize(other) super(other.) @other = other end |
Instance Attribute Details
#other ⇒ Object (readonly)
Returns the value of attribute other.
265 266 267 |
# File 'lib/bunny/exceptions.rb', line 265 def other @other end |