Name | Type | Description | Notes |
---|---|---|---|
active_total | Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal> | Top 100 ranking of pilots active in faction warfare by total kills. A pilot is considered "active" if they have participated in faction warfare in the past 14 days | |
last_week | Array<GetFwLeaderboardsCharactersLastWeekLastWeek> | Top 100 ranking of pilots by kills in the past week | |
yesterday | Array<GetFwLeaderboardsCharactersYesterdayYesterday> | Top 100 ranking of pilots by kills in the past day |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetFwLeaderboardsCharactersKills.new(
active_total: null,
last_week: null,
yesterday: null
)