Class: Tochka::Channel
- Inherits:
-
Object
- Object
- Tochka::Channel
- Defined in:
- lib/tochka/channel.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(recv_handler, sock_data) ⇒ Channel
constructor
A new instance of Channel.
- #start ⇒ Object
- #stop ⇒ Object
Constructor Details
#initialize(recv_handler, sock_data) ⇒ Channel
Returns a new instance of Channel.
5 6 |
# File 'lib/tochka/channel.rb', line 5 def initialize recv_handler, sock_data end |
Instance Method Details
#start ⇒ Object
8 9 |
# File 'lib/tochka/channel.rb', line 8 def start end |
#stop ⇒ Object
11 12 |
# File 'lib/tochka/channel.rb', line 11 def stop end |