Class: Superhosting::Controller::Mysql::Db
- Inherits:
-
Base
- Object
- Base
- Superhosting::Controller::Mysql::Db
show all
- Defined in:
- lib/superhosting/controller/mysql/db.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
Instance Method Details
#add ⇒ Object
5
6
7
|
# File 'lib/superhosting/controller/mysql/db.rb', line 5
def add
end
|
#delete ⇒ Object
9
10
11
|
# File 'lib/superhosting/controller/mysql/db.rb', line 9
def delete
end
|
#dump ⇒ Object
13
14
15
|
# File 'lib/superhosting/controller/mysql/db.rb', line 13
def dump
end
|
#sql ⇒ Object
17
18
19
|
# File 'lib/superhosting/controller/mysql/db.rb', line 17
def sql
end
|