Method: NotificationsHandler#ws_close

Defined in:
lib/cpee/handler_notifications.rb

#ws_closeObject



19
20
21
22
# File 'lib/cpee/handler_notifications.rb', line 19

def ws_close
  @data.unserialize_notifications!(:del,@key)
  @data.notify('handler/change', :instance => @data.instance)
end