Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 483 Bytes

GetFwLeaderboardsCharactersActiveTotalActiveTotal1.md

File metadata and controls

20 lines (14 loc) · 483 Bytes

RubyEveesiClient::GetFwLeaderboardsCharactersActiveTotalActiveTotal1

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