Module: WorkOS::Base

Extended by:
T::Sig
Included in:
AuditTrail, SSO
Defined in:
lib/workos/base.rb

Overview

The Base class handles setting and reading the WorkOS API Key for authentication

Class Attribute Summary collapse

Instance Attribute Summary collapse

Class Attribute Details

.keyObject

Returns the value of attribute key.



15
16
17
# File 'lib/workos/base.rb', line 15

def key
  @key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



9
10
11
# File 'lib/workos/base.rb', line 9

def key
  @key
end