Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 852 Bytes

File metadata and controls

23 lines (16 loc) · 852 Bytes

TBA API v3 Ruby Client::MatchAlliance

Properties

Name Type Description Notes
score Integer Score for this alliance. Will be null or -1 for an unplayed match.
team_keys Array<String>
surrogate_team_keys Array<String> TBA team keys (eg `frc254`) of any teams playing as a surrogate. [optional]
dq_team_keys Array<String> TBA team keys (eg `frc254`) of any disqualified teams. [optional]

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::MatchAlliance.new(score: null,
                                 team_keys: null,
                                 surrogate_team_keys: null,
                                 dq_team_keys: null)