Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 536 Bytes

GetUniverseSystemsSystemIdPlanet.md

File metadata and controls

22 lines (16 loc) · 536 Bytes

RubyEveesiClient::GetUniverseSystemsSystemIdPlanet

Properties

Name Type Description Notes
asteroid_belts Array<Integer> asteroid_belts array [optional]
moons Array<Integer> moons array [optional]
planet_id Integer planet_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseSystemsSystemIdPlanet.new(
  asteroid_belts: null,
  moons: null,
  planet_id: null
)