Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 411 Bytes

CountriesStatisticsEntry.md

File metadata and controls

22 lines (16 loc) · 411 Bytes

StormgateWorld::CountriesStatisticsEntry

Properties

Name Type Description Notes
name String [optional]
code String [optional]
players Integer

Example

require 'stormgate_world'

instance = StormgateWorld::CountriesStatisticsEntry.new(
  name: null,
  code: null,
  players: null
)