Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 777 Bytes

EventOPRs.md

File metadata and controls

21 lines (14 loc) · 777 Bytes

TBA API v3 Ruby Client::EventOPRs

Properties

Name Type Description Notes
oprs Hash<String, Float> A key-value pair with team key (eg `frc254`) as key and OPR as value. [optional]
dprs Hash<String, Float> A key-value pair with team key (eg `frc254`) as key and DPR as value. [optional]
ccwms Hash<String, Float> A key-value pair with team key (eg `frc254`) as key and CCWM as value. [optional]

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::EventOPRs.new(oprs: null,
                                 dprs: null,
                                 ccwms: null)