Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 627 Bytes

GetUniverseSystemKills200Ok.md

File metadata and controls

24 lines (18 loc) · 627 Bytes

RubyEveesiClient::GetUniverseSystemKills200Ok

Properties

Name Type Description Notes
npc_kills Integer Number of NPC ships killed in this system
pod_kills Integer Number of pods killed in this system
ship_kills Integer Number of player ships killed in this system
system_id Integer system_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseSystemKills200Ok.new(
  npc_kills: null,
  pod_kills: null,
  ship_kills: null,
  system_id: null
)