Class: Logplex::Event
- Inherits:
-
Object
- Object
- Logplex::Event
- Defined in:
- lib/logplex/event.rb
Overview
Public: An event received from a logplex session.
This class is not well-thought-out yet.
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#process ⇒ Object
Returns the value of attribute process.
-
#time ⇒ Object
Returns the value of attribute time.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/logplex/event.rb', line 7 def @message end |
#process ⇒ Object
Returns the value of attribute process.
7 8 9 |
# File 'lib/logplex/event.rb', line 7 def process @process end |
#time ⇒ Object
Returns the value of attribute time.
7 8 9 |
# File 'lib/logplex/event.rb', line 7 def time @time end |
#token ⇒ Object
Returns the value of attribute token.
7 8 9 |
# File 'lib/logplex/event.rb', line 7 def token @token end |