Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 676 Bytes

File metadata and controls

23 lines (16 loc) · 676 Bytes

TBA API v3 Ruby Client::TeamRobot

Properties

Name Type Description Notes
year Integer Year this robot competed in.
robot_name String Name of the robot as provided by the team.
key String Internal TBA identifier for this robot.
team_key String TBA team key for this robot.

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::TeamRobot.new(year: null,
                                 robot_name: null,
                                 key: null,
                                 team_key: null)