Class: PlaylyfeClient::V2::ProcessEvent::JoinAcceptedEvent
- Inherits:
-
Base
- Object
- Event
- Base
- PlaylyfeClient::V2::ProcessEvent::JoinAcceptedEvent
show all
- Defined in:
- lib/playlyfe_client/v2/event/process_event.rb
Instance Attribute Summary
Attributes inherited from Event
#event, #game, #timestamp
Instance Method Summary
collapse
Methods inherited from Base
build, #two_player_event?
Methods inherited from Event
build, #created_at
Instance Method Details
#target_key ⇒ Object
17
|
# File 'lib/playlyfe_client/v2/event/process_event.rb', line 17
def target_key; "player"; end
|