Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 475 Bytes

GetFwLeaderboardsCharactersYesterdayYesterday1.md

File metadata and controls

20 lines (14 loc) · 475 Bytes

RubyEveesiClient::GetFwLeaderboardsCharactersYesterdayYesterday1

Properties

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

Example

require 'ruby_eveesi_client'

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