Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 703 Bytes

StatsByTime.md

File metadata and controls

30 lines (24 loc) · 703 Bytes

StormgateWorld::StatsByTime

Properties

Name Type Description Notes
cached_at Time
updated_at Time
period String
count Integer
league League [optional]
races Array<StatsByTimeEntry>
match_length StatsByTimeMatchLength

Example

require 'stormgate_world'

instance = StormgateWorld::StatsByTime.new(
  cached_at: null,
  updated_at: null,
  period: null,
  count: null,
  league: null,
  races: null,
  match_length: null
)