Class: Metry::Psycho::Event
- Inherits:
-
Object
- Object
- Metry::Psycho::Event
- Defined in:
- lib/metry/psycho.rb
Instance Method Summary collapse
-
#initialize(event) ⇒ Event
constructor
A new instance of Event.
- #path ⇒ Object
Constructor Details
#initialize(event) ⇒ Event
145 146 147 |
# File 'lib/metry/psycho.rb', line 145 def initialize(event) @event = event end |
Instance Method Details
#path ⇒ Object
149 150 151 |
# File 'lib/metry/psycho.rb', line 149 def path @event["path"] end |