Class: RubyAgent::Event
- Inherits:
-
Object
- Object
- RubyAgent::Event
- Defined in:
- lib/ruby_agent/event.rb
Instance Attribute Summary collapse
-
#raw_event ⇒ Object
readonly
Returns the value of attribute raw_event.
Instance Method Summary collapse
-
#initialize(raw_event) ⇒ Event
constructor
A new instance of Event.
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_event ⇒ Object (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 |