Class: Etwin::Auth::AuthScope
- Inherits:
-
T::Enum
- Object
- T::Enum
- Etwin::Auth::AuthScope
- Extended by:
- T::Sig
- Defined in:
- lib/etwin/auth/auth_scope.rb
Overview
Authentication scope enum
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
20 21 22 |
# File 'lib/etwin/auth/auth_scope.rb', line 20 def inspect "AuthScope(#{self})" end |
#to_s ⇒ Object
15 16 17 |
# File 'lib/etwin/auth/auth_scope.rb', line 15 def to_s T.cast(serialize, String) end |