Class: Vines::Stream::Server::AuthRestart
- Inherits:
-
Client::AuthRestart
- Object
- Vines::Stream::State
- Client::AuthRestart
- Vines::Stream::Server::AuthRestart
- Defined in:
- lib/vines/stream/server/auth_restart.rb
Constant Summary
Constants inherited from Vines::Stream::State
Vines::Stream::State::BODY, Vines::Stream::State::STREAM
Instance Attribute Summary
Attributes inherited from Vines::Stream::State
Instance Method Summary collapse
-
#initialize(stream, success = Auth) ⇒ AuthRestart
constructor
A new instance of AuthRestart.
Methods inherited from Client::AuthRestart
Methods inherited from Vines::Stream::State
Methods included from Log
Constructor Details
#initialize(stream, success = Auth) ⇒ AuthRestart
Returns a new instance of AuthRestart.
7 8 9 |
# File 'lib/vines/stream/server/auth_restart.rb', line 7 def initialize(stream, success=Auth) super end |