Sha256: 3d10a80e8a04f823c5481ff776011e343ee5df86f6c1a08e9d8071141010ddb3

Contents?: true

Size: 264 Bytes

Versions: 9

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

module RatingChgkV2
  module Rest
    module AuthenticationToken
      def authentication_token(params)
        model_load name: 'AuthenticationToken', ep_params: [[], params], method: :do_post
      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/authentication_token.rb
rating-chgk-v2-1.5.0 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.4.0 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.3.0 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.2.0 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.1.0 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.0.1 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.0.0 lib/rating_chgk_v2/rest/authentication_token.rb
rating-chgk-v2-1.0.0.rc1 lib/rating_chgk_v2/rest/authentication_token.rb