Class: StackMate::StackServer
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- StackMate::StackServer
- Defined in:
- lib/stackmate/stack_server.rb
Constant Summary collapse
- @@url_base =
ENV['WAIT_COND_URL_BASE']?ENV['WAIT_COND_URL_BASE']:StackMate::WAIT_COND_URL_BASE_DEFAULT
Instance Method Summary collapse
-
#initialize ⇒ StackServer
constructor
A new instance of StackServer.
Constructor Details
#initialize ⇒ StackServer
Returns a new instance of StackServer.
16 17 18 |
# File 'lib/stackmate/stack_server.rb', line 16 def initialize() super end |