Class: Tzispa::Server
- Inherits:
-
Rack::Server
- Object
- Rack::Server
- Tzispa::Server
- Defined in:
- lib/tzispa/server.rb
Overview
provides rack-based web server interface
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize ⇒ Server
constructor
A new instance of Server.
- #start ⇒ Object
Constructor Details
#initialize ⇒ Server
Returns a new instance of Server.
11 12 13 14 |
# File 'lib/tzispa/server.rb', line 11 def initialize = setup end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
9 10 11 |
# File 'lib/tzispa/server.rb', line 9 def end |
Instance Method Details
#start ⇒ Object
16 17 18 19 |
# File 'lib/tzispa/server.rb', line 16 def start preload super end |