Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.05 KB

GetFwLeaderboardsCorporationsKills.md

File metadata and controls

22 lines (16 loc) · 1.05 KB

RubyEveesiClient::GetFwLeaderboardsCorporationsKills

Properties

Name Type Description Notes
active_total Array<GetFwLeaderboardsCorporationsActiveTotalActiveTotal> Top 10 ranking of corporations active in faction warfare by total kills. A corporation is considered &quot;active&quot; if they have participated in faction warfare in the past 14 days
last_week Array<GetFwLeaderboardsCorporationsLastWeekLastWeek> Top 10 ranking of corporations by kills in the past week
yesterday Array<GetFwLeaderboardsCorporationsYesterdayYesterday> Top 10 ranking of corporations by kills in the past day

Example

require 'ruby_eveesi_client'

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