Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 963 Bytes

PlayerStatsEntryAggregated.md

File metadata and controls

34 lines (28 loc) · 963 Bytes

StormgateWorld::PlayerStatsEntryAggregated

Properties

Name Type Description Notes
matches Integer
matches_per_day PlayerStatsEntryNumBreakdown
wins Integer
losses Integer
ties Integer
win_rate Float [optional]
mmr PlayerStatsEntryNumBreakdown
points PlayerStatsEntryNumBreakdown
match_length PlayerStatsEntryNumBreakdown

Example

require 'stormgate_world'

instance = StormgateWorld::PlayerStatsEntryAggregated.new(
  matches: null,
  matches_per_day: null,
  wins: null,
  losses: null,
  ties: null,
  win_rate: null,
  mmr: null,
  points: null,
  match_length: null
)