Sha256: 84690d72ecc8fec54e2236f061795b4d8bcd605824f9034e2a57a400c85d2142
Contents?: true
Size: 275 Bytes
Versions: 18
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module EveOnline module ESI class UniverseGraphics < Base API_PATH = "/v1/universe/graphics/" def graphic_ids response end def scope end def path API_PATH end end end end
Version data entries
18 entries across 18 versions & 1 rubygems