Class: RubyAgent::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_agent/event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw_event) ⇒ Event

Returns a new instance of Event.



5
6
7
# File 'lib/ruby_agent/event.rb', line 5

def initialize(raw_event)
  @raw_event = raw_event
end

Instance Attribute Details

#raw_eventObject (readonly)

Returns the value of attribute raw_event.



3
4
5
# File 'lib/ruby_agent/event.rb', line 3

def raw_event
  @raw_event
end