Class: PlaylyfeClient::V2::ProcessEvent::InviteRejectedEvent
- Inherits:
-
Base
- Object
- Event
- Base
- PlaylyfeClient::V2::ProcessEvent::InviteRejectedEvent
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
21
|
# File 'lib/playlyfe_client/v2/event/process_event.rb', line 21
def target_key; "inviter"; end
|