Sha256: a8b46c9e9ae50e0c339ab174a431a6919cf5be272b5c6755ad1f52b4c50dc3a6

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

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

      # 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

5 entries across 5 versions & 1 rubygems

Version Path
taric-1.0.0.pre.beta.0 lib/taric/operation/lol_status.rb
taric-1.0.0.pre.alpha.8 lib/taric/operation/lol_status.rb
taric-1.0.0.pre.alpha.6 lib/taric/operation/lol_status.rb
taric-1.0.0.pre.alpha.4 lib/taric/operation/lol_status.rb
taric-1.0.0.pre.alpha.3 lib/taric/operation/lol_status.rb