Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 485 Bytes

GetUniverseStargatesStargateIdDestination.md

File metadata and controls

20 lines (14 loc) · 485 Bytes

RubyEveesiClient::GetUniverseStargatesStargateIdDestination

Properties

Name Type Description Notes
stargate_id Integer The stargate this stargate connects to
system_id Integer The solar system this stargate connects to

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseStargatesStargateIdDestination.new(
  stargate_id: null,
  system_id: null
)