Method: WebServer::Installation#reload

Defined in:
lib/vas/web_server/installations.rb

#reloadvoid

This method returns an undefined value.

Reloads the installation’s details from the server



40
41
42
43
# File 'lib/vas/web_server/installations.rb', line 40

def reload
  super
  @instances = nil
end