Class: Etwin::Auth::AuthType
- Inherits:
-
T::Enum
- Object
- T::Enum
- Etwin::Auth::AuthType
- Extended by:
- T::Sig
- Defined in:
- lib/etwin/auth/auth_type.rb
Overview
Authentication type enum
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
22 23 24 |
# File 'lib/etwin/auth/auth_type.rb', line 22 def inspect "AuthType(#{self})" end |
#to_s ⇒ Object
17 18 19 |
# File 'lib/etwin/auth/auth_type.rb', line 17 def to_s T.cast(serialize, String) end |