Class: Cognizant::Interface
- Inherits:
-
EventMachine::Connection
- Object
- EventMachine::Connection
- Cognizant::Interface
- Defined in:
- lib/cognizant/interface.rb
Instance Method Summary collapse
Instance Method Details
#post_init ⇒ Object
7 8 |
# File 'lib/cognizant/interface.rb', line 7 def post_init end |
#receive_data(args) ⇒ Object
10 11 12 |
# File 'lib/cognizant/interface.rb', line 10 def receive_data(args) Cognizant::Commands.process_command(self, args) end |
#unbind ⇒ Object
14 15 |
# File 'lib/cognizant/interface.rb', line 14 def unbind end |