Class: Adaline::Commands::Start
- Inherits:
-
Base
- Object
- Base
- Adaline::Commands::Start
show all
- Defined in:
- lib/adaline/commands/start.rb
Instance Attribute Summary
Attributes inherited from Base
#options
Instance Method Summary
collapse
Methods inherited from Base
#call, #initialize
Instance Method Details
#execute ⇒ Object
8
9
10
11
12
13
14
|
# File 'lib/adaline/commands/start.rb', line 8
def execute
Rackup::Handler::WEBrick.run(
Adaline::Server,
Host: "127.0.0.1",
Port: 3000,
)
end
|
#validate ⇒ Object
6
|
# File 'lib/adaline/commands/start.rb', line 6
def validate; end
|