Class: Utopia::Command::Server

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/utopia/command/server.rb

Overview

Server setup commands.

Defined Under Namespace

Classes: Create, Update

Instance Method Summary collapse

Instance Method Details

#callObject



108
109
110
# File 'lib/utopia/command/server.rb', line 108

def call
	@command.call
end

#rootObject



104
105
106
# File 'lib/utopia/command/server.rb', line 104

def root
	@parent.root
end