Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 544 Bytes

File metadata and controls

19 lines (12 loc) · 544 Bytes

TBA API v3 Ruby Client::AwardRecipient

Properties

Name Type Description Notes
team_key String The TBA team key for the team that was given the award. May be null. [optional]
awardee String The name of the individual given the award. May be null. [optional]

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::AwardRecipient.new(team_key: null,
                                 awardee: null)