class EventMachine::CallsBackToEM::ConnectTimer

Attributes

parent[RW]

Public Instance Methods

on_timer() click to toggle source
# File lib/revem.rb, line 122
def on_timer
 @parent.connection_has_timed_out
end