Class: Etwin::Auth::AuthType

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

Overview

Authentication type enum

Instance Method Summary collapse

Instance Method Details

#inspectObject



22
23
24
# File 'lib/etwin/auth/auth_type.rb', line 22

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

#to_sObject



17
18
19
# File 'lib/etwin/auth/auth_type.rb', line 17

def to_s
  T.cast(serialize, String)
end