Method: NotificationsHandler#delete

Defined in:
lib/cpee/handler_notifications.rb

#deleteObject



39
40
41
42
# File 'lib/cpee/handler_notifications.rb', line 39

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