Class: Tzispa::Commands::Server
- Defined in:
- lib/tzispa/commands/server.rb
Constant Summary
Constants inherited from Command
Instance Method Summary collapse
-
#initialize(options) ⇒ Server
constructor
A new instance of Server.
- #start ⇒ Object
Constructor Details
#initialize(options) ⇒ Server
Returns a new instance of Server.
9 10 11 12 13 14 |
# File 'lib/tzispa/commands/server.rb', line 9 def initialize() super() require 'tzispa/server' @server = Tzispa::Server.new end |
Instance Method Details
#start ⇒ Object
16 17 18 |
# File 'lib/tzispa/commands/server.rb', line 16 def start server.start end |