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

#check_command, #check_command_from_identifier, #get_command_from_identifier, #initialize, #logger, #run_command, #run_command_from_identifier, #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