Class: Smartware::Driver::Watchdog::Dummy
- Inherits:
-
Object
- Object
- Smartware::Driver::Watchdog::Dummy
- Defined in:
- lib/smartware/drivers/watchdog/dummy.rb
Instance Method Summary collapse
- #error ⇒ Object
-
#initialize(config) ⇒ Dummy
constructor
A new instance of Dummy.
- #model ⇒ Object
- #reboot_modem ⇒ Object
- #version ⇒ Object
Constructor Details
#initialize(config) ⇒ Dummy
Returns a new instance of Dummy.
7 8 9 |
# File 'lib/smartware/drivers/watchdog/dummy.rb', line 7 def initialize(config) end |
Instance Method Details
#error ⇒ Object
23 24 25 |
# File 'lib/smartware/drivers/watchdog/dummy.rb', line 23 def error nil end |
#model ⇒ Object
11 12 13 |
# File 'lib/smartware/drivers/watchdog/dummy.rb', line 11 def model "Dummy watchdog" end |
#reboot_modem ⇒ Object
19 20 21 |
# File 'lib/smartware/drivers/watchdog/dummy.rb', line 19 def reboot_modem end |
#version ⇒ Object
15 16 17 |
# File 'lib/smartware/drivers/watchdog/dummy.rb', line 15 def version "" end |