Class: LiveQA::Message
- Inherits:
-
Object
- Object
- LiveQA::Message
- Defined in:
- lib/liveqa/message.rb
Overview
LiveQA Message
Return the base message for an event
Class Method Summary collapse
Class Method Details
.base ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/liveqa/message.rb', line 9 def base Util.deep_compact( message_id: SecureRandom.uuid, timestamp: Time.now.utc.iso8601(3), session_tracker_id: session_tracker_id, metadata: ) end |