Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 696 Bytes

GetCharactersCharacterIdFwStatsKills.md

File metadata and controls

22 lines (16 loc) · 696 Bytes

RubyEveesiClient::GetCharactersCharacterIdFwStatsKills

Properties

Name Type Description Notes
last_week Integer Last week's total number of kills by a given character against enemy factions
total Integer Total number of kills by a given character against enemy factions since the character enlisted
yesterday Integer Yesterday's total number of kills by a given character against enemy factions

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdFwStatsKills.new(
  last_week: null,
  total: null,
  yesterday: null
)