Sha256: 594dcf07725a556385d6bf385f47b9f2859149175b00af25b771ec3aca9667f3

Contents?: true

Size: 364 Bytes

Versions: 5

Compression:

Stored size: 364 Bytes

Contents

# frozen_string_literal: true

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

      def universe_region_ids
        response
      end

      def scope; end

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

Version data entries

5 entries across 5 versions & 1 rubygems

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