Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

GetFwLeaderboardsLastWeekLastWeek.md

File metadata and controls

20 lines (14 loc) · 434 Bytes

RubyEveesiClient::GetFwLeaderboardsLastWeekLastWeek

Properties

Name Type Description Notes
amount Integer Amount of kills [optional]
faction_id Integer faction_id integer [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetFwLeaderboardsLastWeekLastWeek.new(
  amount: null,
  faction_id: null
)