Class: Metry::Psycho::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/metry/psycho.rb

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ Event



145
146
147
# File 'lib/metry/psycho.rb', line 145

def initialize(event)
  @event = event
end

Instance Method Details

#pathObject



149
150
151
# File 'lib/metry/psycho.rb', line 149

def path
  @event["path"]
end