Method: NotificationsHandler#update
- Defined in:
- lib/cpee/handler_notifications.rb
#update ⇒ Object
43 44 45 46 |
# File 'lib/cpee/handler_notifications.rb', line 43 def update @data.unserialize_notifications!(:upd,@key) @data.notify('handler/change', :instance => @data.instance) end |