Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 460 Bytes

GetFwLeaderboardsCharactersLastWeekLastWeek.md

File metadata and controls

20 lines (14 loc) · 460 Bytes

RubyEveesiClient::GetFwLeaderboardsCharactersLastWeekLastWeek

Properties

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

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetFwLeaderboardsCharactersLastWeekLastWeek.new(
  amount: null,
  character_id: null
)