Class: Ruboty::Eto::Actions::Name

Inherits:
Actions::Base
  • Object
show all
Includes:
EtoHelper
Defined in:
lib/ruboty/eto/actions/name.rb

Instance Method Summary collapse

Methods included from EtoHelper

#call_eto_method, #year

Instance Method Details

#callObject



9
10
11
# File 'lib/ruboty/eto/actions/name.rb', line 9

def call
  message.reply(name)
end