Class: Wizrb::Shared::Events::ResetEvent

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

Instance Attribute Summary

Attributes inherited from Base

#params

Instance Method Summary collapse

Methods inherited from Base

#to_json

Constructor Details

#initializeResetEvent

Returns a new instance of ResetEvent.



9
10
11
# File 'lib/wizrb/shared/events/reset_event.rb', line 9

def initialize
  super(method: "reset")
end