Class: Appdash::Event::Message
- Defined in:
- lib/appdash/event/message.rb
Overview
Message is an event that contains only a human-readable message.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(msg) ⇒ Message
constructor
A new instance of Message.
Methods inherited from Base
Constructor Details
#initialize(msg) ⇒ Message
Returns a new instance of Message.
10 11 12 |
# File 'lib/appdash/event/message.rb', line 10 def initialize(msg) super("msg", msg: msg) end |