Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 705 Bytes

DistrictList.md

File metadata and controls

23 lines (16 loc) · 705 Bytes

TBA API v3 Ruby Client::DistrictList

Properties

Name Type Description Notes
abbreviation String The short identifier for the district.
display_name String The long name for the district.
key String Key for this district, e.g. `2016ne`.
year Integer Year this district participated.

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::DistrictList.new(abbreviation: null,
                                 display_name: null,
                                 key: null,
                                 year: null)