bodrovis/rating-chgk-v2

View on GitHub
lib/rating_chgk_v2/models/authentication_token_model.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RatingChgkV2
  module Models
    class AuthenticationTokenModel < BaseModel
    end
  end
end