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