Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 474 Bytes

GetFwLeaderboardsCorporationsYesterdayYesterday.md

File metadata and controls

20 lines (14 loc) · 474 Bytes

RubyEveesiClient::GetFwLeaderboardsCorporationsYesterdayYesterday

Properties

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

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetFwLeaderboardsCorporationsYesterdayYesterday.new(
  amount: null,
  corporation_id: null
)