Class: Ellen::Actions::Help

Inherits:
Base
  • Object
show all
Defined in:
lib/ellen/actions/help.rb

Instance Attribute Summary

Attributes inherited from Base

#message

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ellen::Actions::Base

Instance Method Details

#callObject



4
5
6
# File 'lib/ellen/actions/help.rb', line 4

def call
  message.reply(body, code: true)
end