Exception: HTTPClient::KeepAliveDisconnected
- Inherits:
-
StandardError
- Object
- StandardError
- HTTPClient::KeepAliveDisconnected
- Defined in:
- lib/httpclient.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#sess ⇒ Object
readonly
Returns the value of attribute sess.
Instance Method Summary collapse
-
#initialize(sess = nil) ⇒ KeepAliveDisconnected
constructor
A new instance of KeepAliveDisconnected.
Constructor Details
#initialize(sess = nil) ⇒ KeepAliveDisconnected
Returns a new instance of KeepAliveDisconnected.
869 870 871 |
# File 'lib/httpclient.rb', line 869 def initialize(sess = nil) @sess = sess end |
Instance Attribute Details
#sess ⇒ Object (readonly)
Returns the value of attribute sess.
868 869 870 |
# File 'lib/httpclient.rb', line 868 def sess @sess end |