Class: Fallout::Restore

Inherits:
Object
  • Object
show all
Defined in:
lib/fallout/restore.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Restore

Returns a new instance of Restore.



3
4
# File 'lib/fallout/restore.rb', line 3

def initialize(options)
end

Instance Method Details

#runObject



6
7
8
# File 'lib/fallout/restore.rb', line 6

def run 
  puts 'running restore with options: ' + @options.inspect
end