Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

GetFwLeaderboardsCharactersVictoryPoints.md

File metadata and controls

22 lines (16 loc) · 1.06 KB

RubyEveesiClient::GetFwLeaderboardsCharactersVictoryPoints

Properties

Name Type Description Notes
active_total Array<GetFwLeaderboardsCharactersActiveTotalActiveTotal1> Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered &quot;active&quot; if they have participated in faction warfare in the past 14 days
last_week Array<GetFwLeaderboardsCharactersLastWeekLastWeek1> Top 100 ranking of pilots by victory points in the past week
yesterday Array<GetFwLeaderboardsCharactersYesterdayYesterday1> Top 100 ranking of pilots by victory points in the past day

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetFwLeaderboardsCharactersVictoryPoints.new(
  active_total: null,
  last_week: null,
  yesterday: null
)