Class: EmmyHttp::Backend
- Inherits:
-
Object
- Object
- EmmyHttp::Backend
- Defined in:
- lib/emmy_http/backend.rb
Constant Summary collapse
- SUPPORTED_COMMANDS =
%w(start stop restart)
Instance Method Summary collapse
Instance Method Details
#supported_commands ⇒ Object
5 6 7 |
# File 'lib/emmy_http/backend.rb', line 5 def supported_commands const_get(:SUPPORTED_COMMANDS) end |