Class: ServerBackup::BackupExport

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

Instance Method Summary collapse

Instance Method Details

#runObject



46
47
48
49
50
# File 'lib/chef/knife/backup_export.rb', line 46

def run
  validate!
  components = name_args.empty? ? COMPONENTS : name_args
  Array(components).each { |component| self.send(component) }
end