Class: Wizrb::Shared::Events::RebootEvent
- Defined in:
- lib/wizrb/shared/events/reboot_event.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ RebootEvent
constructor
A new instance of RebootEvent.
Methods inherited from Base
Constructor Details
#initialize ⇒ RebootEvent
Returns a new instance of RebootEvent.
9 10 11 |
# File 'lib/wizrb/shared/events/reboot_event.rb', line 9 def initialize super(method: "reboot") end |