Class: Wizrb::Shared::Events::ResetEvent
- Defined in:
- lib/wizrb/shared/events/reset_event.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ ResetEvent
constructor
A new instance of ResetEvent.
Methods inherited from Base
Constructor Details
#initialize ⇒ ResetEvent
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 |