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.
250 251 252 253 |
# File 'lib/bunny/exceptions.rb', line 250 def initialize(other) super(other.) @other = other end |
Instance Attribute Details
#other ⇒ Object (readonly)
Returns the value of attribute other.
248 249 250 |
# File 'lib/bunny/exceptions.rb', line 248 def other @other end |