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