Class: ServerBackup::BackupExport

Inherits:
Chef::Knife show all
Defined in:
lib/chef/knife/backup_export.rb

Instance Method Summary collapse

Instance Method Details

#runObject



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