Method: Backup::Database::MySQL#only_tables
- Defined in:
- lib/backup/database/mysql.rb
#only_tables ⇒ Object
Tables to dump. This in only valid if ‘name` is specified. If none are given, the entire database will be dumped.
32 33 34 |
# File 'lib/backup/database/mysql.rb', line 32 def only_tables @only_tables end |