RubyEveesiClient::GetUniverseStationsStationIdOk
Name
Type
Description
Notes
max_dockable_ship_volume
Float
max_dockable_ship_volume number
name
String
name string
office_rental_cost
Float
office_rental_cost number
owner
Integer
ID of the corporation that controls this station
[optional]
position
GetUniverseStationsStationIdPosition
race_id
Integer
race_id integer
[optional]
reprocessing_efficiency
Float
reprocessing_efficiency number
reprocessing_stations_take
Float
reprocessing_stations_take number
services
Array<String>
services array
station_id
Integer
station_id integer
system_id
Integer
The solar system this station is in
type_id
Integer
type_id integer
require 'ruby_eveesi_client'
instance = RubyEveesiClient ::GetUniverseStationsStationIdOk . new (
max_dockable_ship_volume : null ,
name : null ,
office_rental_cost : null ,
owner : null ,
position : null ,
race_id : null ,
reprocessing_efficiency : null ,
reprocessing_stations_take : null ,
services : null ,
station_id : null ,
system_id : null ,
type_id : null
)