class EveOnline::ESI::Models::SystemKill
Public Instance Methods
as_json()
click to toggle source
# File lib/eve_online/esi/models/system_kill.rb, line 7 def as_json { npc_kills: npc_kills, pod_kills: pod_kills, ship_kills: ship_kills, system_id: system_id } end
npc_kills()
click to toggle source
# File lib/eve_online/esi/models/system_kill.rb, line 16 def npc_kills options["npc_kills"] end
pod_kills()
click to toggle source
# File lib/eve_online/esi/models/system_kill.rb, line 20 def pod_kills options["pod_kills"] end
ship_kills()
click to toggle source
# File lib/eve_online/esi/models/system_kill.rb, line 24 def ship_kills options["ship_kills"] end
system_id()
click to toggle source
# File lib/eve_online/esi/models/system_kill.rb, line 28 def system_id options["system_id"] end