Class: Cognizant::Interface

Inherits:
EventMachine::Connection
  • Object
show all
Defined in:
lib/cognizant/interface.rb

Instance Method Summary collapse

Instance Method Details

#post_initObject



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

#unbindObject



14
15
# File 'lib/cognizant/interface.rb', line 14

def unbind
end