Class: LunarShell::Satellites::HistoryController
- Inherits:
-
LunarShell::SatellitesController
- Object
- ActionController::Base
- ApplicationController
- LunarShell::SatellitesController
- LunarShell::Satellites::HistoryController
- Defined in:
- app/controllers/lunar_shell/satellites/history_controller.rb
Constant Summary collapse
- PUBLIC =
false
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'app/controllers/lunar_shell/satellites/history_controller.rb', line 6 def run @command = up? ? up_value(i-1) : down_value(i+1) end |