Exception: JPush::ApiConnectionException
- Inherits:
-
Exception
- Object
- Exception
- JPush::ApiConnectionException
- Defined in:
- lib/jpush/api_connection_exception.rb
Instance Attribute Summary collapse
-
#res_wrapper ⇒ Object
Returns the value of attribute res_wrapper.
Instance Method Summary collapse
-
#initialize(wrapper) ⇒ ApiConnectionException
constructor
A new instance of ApiConnectionException.
Constructor Details
#initialize(wrapper) ⇒ ApiConnectionException
Returns a new instance of ApiConnectionException.
7 8 9 |
# File 'lib/jpush/api_connection_exception.rb', line 7 def initialize(wrapper) @res_wrapper = wrapper end |
Instance Attribute Details
#res_wrapper ⇒ Object
Returns the value of attribute res_wrapper.
6 7 8 |
# File 'lib/jpush/api_connection_exception.rb', line 6 def res_wrapper @res_wrapper end |