Class: ServerBackup::BackupExport

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

Instance Method Summary collapse

Instance Method Details

#runObject



49
50
51
52
53
# File 'lib/chef/knife/backup_export.rb', line 49

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