Class: ServerBackup::BackupExport
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- ServerBackup::BackupExport
- Defined in:
- lib/chef/knife/backup_export.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
56 57 58 59 60 |
# File 'lib/chef/knife/backup_export.rb', line 56 def run validate! components = name_args.empty? ? COMPONENTS : name_args Array(components).each { |component| self.send(component) } end |