Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 522 Bytes

InlineResponse202.md

File metadata and controls

21 lines (14 loc) · 522 Bytes

GameClient::InlineResponse202

Properties

Name Type Description Notes
player Player [optional]
flag Flag [optional]
opponents Array<Player> [optional]

Code Sample

require 'GameClient'

instance = GameClient::InlineResponse202.new(player: null,
                                 flag: null,
                                 opponents: null)