Class: Superhosting::Controller::Mysql::User
- Defined in:
- lib/superhosting/controller/mysql/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(generate:) ⇒ Object
5 6 7 |
# File 'lib/superhosting/controller/mysql/user.rb', line 5 def add(generate:) end |
#delete ⇒ Object
9 10 11 |
# File 'lib/superhosting/controller/mysql/user.rb', line 9 def delete end |