Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 918 Bytes

EventRanking.md

File metadata and controls

21 lines (14 loc) · 918 Bytes

TBA API v3 Ruby Client::EventRanking

Properties

Name Type Description Notes
rankings Array<EventRankingRankings> List of rankings at the event.
extra_stats_info Array<EventRankingExtraStatsInfo> List of special TBA-generated values provided in the `extra_stats` array for each item. [optional]
sort_order_info Array<EventRankingSortOrderInfo> List of year-specific values provided in the `sort_orders` array for each team.

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::EventRanking.new(rankings: null,
                                 extra_stats_info: null,
                                 sort_order_info: null)