Class: Ruboty::Handlers::Ping
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
actions, #call, inherited, #initialize, on
Methods included from Env::Validatable
Constructor Details
This class inherits a constructor from Ruboty::Handlers::Base
Instance Method Details
#ping(message) ⇒ Object
6 7 8 |
# File 'lib/ruboty/handlers/ping.rb', line 6 def ping() Ruboty::Actions::Ping.new().call end |