Class: Vines::Stream::Client::Closed

Inherits:
State
  • Object
show all
Defined in:
lib/vines/stream/client/closed.rb

Constant Summary

Constants inherited from State

State::BODY, State::STREAM

Instance Attribute Summary

Attributes inherited from State

#stream

Instance Method Summary collapse

Methods inherited from State

#==, #eql?, #hash, #initialize

Methods included from Log

#log

Constructor Details

This class inherits a constructor from Vines::Stream::State

Instance Method Details

#node(node) ⇒ Object



7
8
9
# File 'lib/vines/stream/client/closed.rb', line 7

def node(node)
  # ignore data received after close_connection
end