Method: MiGA::Daemon::Base#skip_maintenance
- Defined in:
- lib/miga/daemon/base.rb
#skip_maintenance ⇒ Object
Returns the number of times maintenance should be skipped before running
56 57 58 |
# File 'lib/miga/daemon/base.rb', line 56 def skip_maintenance runopts(:skip_maintenance) || 0 end |