Class: Superhosting::Controller::User

Inherits:
Base
  • Object
show all
Defined in:
lib/superhosting/controller/user.rb

Instance Method Summary collapse

Methods inherited from Base

#command, #command!, #debug, #initialize

Methods included from Helpers

#create_conf, #erb, #instance_variables_to_hash, #remove_line_from_file, #write_if_not_exist

Constructor Details

This class inherits a constructor from Superhosting::Base

Instance Method Details

#add(name:, container_name:, no_ssh: false, no_ftp: false) ⇒ Object



8
9
10
# File 'lib/superhosting/controller/user.rb', line 8

def add(name:, container_name:, no_ssh: false, no_ftp: false)

end

#change(name:, container_name:, no_ssh: false, no_ftp: false) ⇒ Object



20
21
22
# File 'lib/superhosting/controller/user.rb', line 20

def change(name:, container_name:, no_ssh: false, no_ftp: false)

end

#delete(name:, container_name:) ⇒ Object



16
17
18
# File 'lib/superhosting/controller/user.rb', line 16

def delete(name:, container_name:)

end

#listObject



4
5
6
# File 'lib/superhosting/controller/user.rb', line 4

def list

end

#passwd(generate:) ⇒ Object



12
13
14
# File 'lib/superhosting/controller/user.rb', line 12

def passwd(generate:)

end