Class: Fallout::Restore
- Inherits:
-
Object
- Object
- Fallout::Restore
- Defined in:
- lib/fallout/restore.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Restore
constructor
A new instance of Restore.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ Restore
Returns a new instance of Restore.
3 4 |
# File 'lib/fallout/restore.rb', line 3 def initialize() end |
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'lib/fallout/restore.rb', line 6 def run puts 'running restore with options: ' + @options.inspect end |