Sha256: 4ae819de9384ca89a18e1def52ffa8ea5799b4bfc2a39c9ab0f97991c62d90ee

Contents?: true

Size: 330 Bytes

Versions: 9

Compression:

Stored size: 330 Bytes

Contents

# frozen_string_literal: true

module RatingChgkV2
  module Rest
    module Releases
      def releases(params = {})
        collection_load name: 'Releases', ep_params: [[], params]
      end

      def release(id)
        model_load name: 'Release', ep_name: 'Releases', ep_params: id
      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/rest/releases.rb
rating-chgk-v2-1.5.0 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.4.0 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.3.0 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.2.0 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.1.0 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.0.1 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.0.0 lib/rating_chgk_v2/rest/releases.rb
rating-chgk-v2-1.0.0.rc1 lib/rating_chgk_v2/rest/releases.rb