Class: LambdaPunch::Server
- Inherits:
-
Object
- Object
- LambdaPunch::Server
- Includes:
- Singleton
- Defined in:
- lib/lambda_punch/server.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Server
constructor
A new instance of Server.
Constructor Details
Class Method Details
.start! ⇒ Object
12 13 14 15 16 |
# File 'lib/lambda_punch/server.rb', line 12 def start! require 'concurrent' LambdaPunch.logger.info "Server.start!..." instance end |
.uri ⇒ Object
8 9 10 |
# File 'lib/lambda_punch/server.rb', line 8 def uri 'druby://127.0.0.1:9030' end |