Module: WorkOS::Base
Overview
The Base class handles setting and reading the WorkOS API Key for authentication
Class Attribute Summary collapse
-
.key ⇒ Object
Returns the value of attribute key.
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Class Attribute Details
.key ⇒ Object
Returns the value of attribute key.
15 16 17 |
# File 'lib/workos/base.rb', line 15 def key @key end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
9 10 11 |
# File 'lib/workos/base.rb', line 9 def key @key end |