Sha256: 3e66aa18c207fdc564343a026bddb9793f9b59ef4d3ad5a261283d0f8ef1029d
Contents?: true
Size: 409 Bytes
Versions: 10
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true module EveOnline module ESI module Models class StargateDestination < Base def as_json { stargate_id: stargate_id, system_id: system_id } end def stargate_id options['stargate_id'] end def system_id options['system_id'] end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems