Class: Ruboty::Handlers::Authorization
- Inherits:
-
Base
- Object
- Base
- Ruboty::Handlers::Authorization
- Defined in:
- lib/ruboty/handlers/authorization.rb
Instance Method Summary collapse
Instance Method Details
#authorize(message) ⇒ Object
10 11 12 |
# File 'lib/ruboty/handlers/authorization.rb', line 10 def () Ruboty::Authorization::Action::Authorize.new().call end |
#return_users(message) ⇒ Object
14 15 16 |
# File 'lib/ruboty/handlers/authorization.rb', line 14 def return_users() Ruboty::Authorization::Action::ReturnUser.new().call end |