Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 937 Bytes

PlayerStatsEntry.md

File metadata and controls

36 lines (30 loc) · 937 Bytes

StormgateWorld::PlayerStatsEntry

Properties

Name Type Description Notes
date Date [optional]
race Race [optional]
matches Integer
wins Integer
losses Integer
ties Integer
win_rate Float [optional]
mmr PlayerStatsEntryNumBreakdown
points PlayerStatsEntryNumBreakdown
match_length PlayerStatsEntryNumBreakdown

Example

require 'stormgate_world'

instance = StormgateWorld::PlayerStatsEntry.new(
  date: null,
  race: null,
  matches: null,
  wins: null,
  losses: null,
  ties: null,
  win_rate: null,
  mmr: null,
  points: null,
  match_length: null
)