Class: AppCommand::Reset
- Inherits:
-
Convoy::ActionCommand::Base
- Object
- Convoy::ActionCommand::Base
- AppCommand::Reset
- Defined in:
- lib/routes/reset.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/routes/reset.rb', line 5 def execute @opts = @args = arguments opts_validate opts_routing end |
#opts_routing ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/routes/reset.rb', line 18 def opts_routing if @opts[:fitnesseDump] reset_fitnesse_dump end end |
#opts_validate ⇒ Object
14 15 16 |
# File 'lib/routes/reset.rb', line 14 def opts_validate end |
#reset_fitnesse_dump ⇒ Object
26 27 28 29 30 |
# File 'lib/routes/reset.rb', line 26 def reset_fitnesse_dump end |