Sha256: 3a11c3db07db2f989681ece86025a46055dc2f7ec9219b94724d090c85d1d899

Contents?: true

Size: 276 Bytes

Versions: 2

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

module EveOnline
  module ESI
    class UniverseRegions < Base
      API_PATH = '/v1/universe/regions/'

      def universe_region_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_regions.rb
eve_online-0.28.0 lib/eve_online/esi/universe_regions.rb