Class: Events::SystemMessage

Inherits:
Base
  • Object
show all
Defined in:
lib/events/system_message.rb

Constant Summary collapse

TYPE =
"system_message"

Instance Attribute Summary

Attributes inherited from Base

#content, #session_id, #timestamp

Instance Method Summary collapse

Methods inherited from Base

#event_name, #initialize, #to_h

Constructor Details

This class inherits a constructor from Events::Base

Instance Method Details

#typeObject



7
8
9
# File 'lib/events/system_message.rb', line 7

def type
  TYPE
end