Class: Etwin::Auth::AuthScope

Inherits:
T::Enum
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/etwin/auth/auth_scope.rb

Overview

Authentication scope enum

Instance Method Summary collapse

Instance Method Details

#inspectObject



20
21
22
# File 'lib/etwin/auth/auth_scope.rb', line 20

def inspect
  "AuthScope(#{self})"
end

#to_sObject



15
16
17
# File 'lib/etwin/auth/auth_scope.rb', line 15

def to_s
  T.cast(serialize, String)
end