Sha256: df9029da87258b69cdc53db83602769306aa36effbce304d6c81e27cbf8f9848
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
# frozen_string_literal: true module EveOnline module ESI class UniverseConstellations < Base API_PATH = '/v1/universe/constellations/' def constellation_ids response end def scope; end def path API_PATH end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eve_online-0.29.0 | lib/eve_online/esi/universe_constellations.rb |
eve_online-0.28.0 | lib/eve_online/esi/universe_constellations.rb |