Class: Wizrb::Shared::Events::RebootEvent

Inherits:
Base
  • Object
show all
Defined in:
lib/wizrb/shared/events/reboot_event.rb

Instance Attribute Summary

Attributes inherited from Base

#params

Instance Method Summary collapse

Methods inherited from Base

#to_json

Constructor Details

#initializeRebootEvent

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