Class: Ruboty::Actions::Whoami
- Defined in:
- lib/ruboty/actions/whoami.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ruboty::Actions::Base
Instance Method Details
#call ⇒ Object
4 5 6 |
# File 'lib/ruboty/actions/whoami.rb', line 4 def call .reply(.from_name) end |