Sha256: a548199f10f1b5ff48c7456f6f1b991777150e1557fc853c863f99d9cb34fb15

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 Bytes

Contents

# frozen_string_literal: true

module EveOnline
  module ESI
    class UniverseGraphics < Base
      API_ENDPOINT = 'https://esi.evetech.net/v1/universe/graphics/?datasource=%<datasource>s'

      def graphic_ids
        response
      end

      def scope; end

      def url
        format(API_ENDPOINT, datasource: datasource)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
eve_online-0.23.0 lib/eve_online/esi/universe_graphics.rb
eve_online-0.22.0 lib/eve_online/esi/universe_graphics.rb
eve_online-0.21.0 lib/eve_online/esi/universe_graphics.rb
eve_online-0.20.0 lib/eve_online/esi/universe_graphics.rb