Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

GetFwLeaderboardsCharactersYesterdayYesterday.md

File metadata and controls

20 lines (14 loc) · 464 Bytes

RubyEveesiClient::GetFwLeaderboardsCharactersYesterdayYesterday

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::GetFwLeaderboardsCharactersYesterdayYesterday.new(
  amount: null,
  character_id: null
)