Sha256: fe1ddf4a97b469544d1f5ee8da2eef27833e5cec1f49aaaa9b05cf01593d3111

Contents?: true

Size: 203 Bytes

Versions: 9

Compression:

Stored size: 203 Bytes

Contents

# frozen_string_literal: true

module RatingChgkV2
  module Endpoints
    class TownsEndpoint < BaseEndpoint
      private

      def base_query
        [:towns]
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rating-chgk-v2-1.6.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.5.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.4.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.3.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.2.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.1.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.0.1 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.0.0 lib/rating_chgk_v2/endpoints/towns_endpoint.rb
rating-chgk-v2-1.0.0.rc1 lib/rating_chgk_v2/endpoints/towns_endpoint.rb