Exception: GorgonBunny::NetworkErrorWrapper
- Defined in:
- lib/gorgon_bunny/lib/gorgon_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.
217 218 219 220 |
# File 'lib/gorgon_bunny/lib/gorgon_bunny/exceptions.rb', line 217 def initialize(other) super(other.) @other = other end |
Instance Attribute Details
#other ⇒ Object (readonly)
Returns the value of attribute other.
215 216 217 |
# File 'lib/gorgon_bunny/lib/gorgon_bunny/exceptions.rb', line 215 def other @other end |