Class: Serverkit::Backends::LocalBackend

Inherits:
BaseBackend show all
Defined in:
lib/serverkit/backends/local_backend.rb

Constant Summary collapse

HOST =
"localhost"

Instance Method Summary collapse

Methods inherited from BaseBackend

#initialize, #logger, #run_command, #send_file

Constructor Details

This class inherits a constructor from Serverkit::Backends::BaseBackend

Instance Method Details

#hostObject

Note:

Override



10
11
12
# File 'lib/serverkit/backends/local_backend.rb', line 10

def host
  HOST
end