Sha256: 63e8e1b413208a476af651d6d290ce93850fb2e9c5ce72cf6bd187c02405c972

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 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

2 entries across 2 versions & 1 rubygems

Version Path
eve_online-0.29.0 lib/eve_online/esi/universe_graphics.rb
eve_online-0.28.0 lib/eve_online/esi/universe_graphics.rb