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

#call ⇒ Object



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

def call
  @command.call
end

#root ⇒ Object



101
102
103
# File 'lib/utopia/command/server.rb', line 101

def root
  @parent.root
end