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



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

def call
	@command.call
end

#rootObject



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

def root
	@parent.root
end