Class: Logplex::Event

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#messageObject

Returns the value of attribute message.



7
8
9
# File 'lib/logplex/event.rb', line 7

def message
  @message
end

#processObject

Returns the value of attribute process.



7
8
9
# File 'lib/logplex/event.rb', line 7

def process
  @process
end

#timeObject

Returns the value of attribute time.



7
8
9
# File 'lib/logplex/event.rb', line 7

def time
  @time
end

#tokenObject

Returns the value of attribute token.



7
8
9
# File 'lib/logplex/event.rb', line 7

def token
  @token
end