Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 481 Bytes

ActivityStatisticsEntry.md

File metadata and controls

24 lines (18 loc) · 481 Bytes

StormgateWorld::ActivityStatisticsEntry

Properties

Name Type Description Notes
date Date [optional]
matches Integer
players Integer
match_length_average Float

Example

require 'stormgate_world'

instance = StormgateWorld::ActivityStatisticsEntry.new(
  date: null,
  matches: null,
  players: null,
  match_length_average: null
)