Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

PlayerMatchupsStats.md

File metadata and controls

20 lines (14 loc) · 410 Bytes

StormgateWorld::PlayerMatchupsStats

Properties

Name Type Description Notes
cached_at Time
matchups Array<PlayerMatchupsStatsMatchup>

Example

require 'stormgate_world'

instance = StormgateWorld::PlayerMatchupsStats.new(
  cached_at: null,
  matchups: null
)