Sha256: cdfa45e8755fb5446d00cf4a5b63839197fa54b2a527d5181fc1c9688bfe07cd

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

# frozen_string_literal: true
require_relative 'endpoint_template'
module Taric
  module Operation
    module LolStatus
      SHARD =  EndpointTemplate.new(template_url: 'https://{host}/lol/status/v3/shard-data')

      # Region metadata, implicitly uses endpoint host to determine which region.
      #
      # @return [Hash] region info
      def shard_data
        response_for SHARD
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
taric-2.0.0.pre.alpha.1 lib/taric/operation/lol_status.rb
taric-2.0.0.pre.alpha lib/taric/operation/lol_status.rb
taric-1.0.0 lib/taric/operation/lol_status.rb