Method: NotificationsHandler#create

Defined in:
lib/cpee/handler_notifications.rb

#createObject



35
36
37
38
# File 'lib/cpee/handler_notifications.rb', line 35

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