Class: Ellen::Handlers::Weather

Inherits:
Base
  • Object
show all
Defined in:
lib/ellen/handlers/weather.rb

Instance Method Summary collapse

Instance Method Details

#weather(message) ⇒ Object



6
7
8
# File 'lib/ellen/handlers/weather.rb', line 6

def weather(message)
  message.reply(fetch(message[:keyword]))
end