Module: WorkOS::Base
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.
13 14 15 |
# File 'lib/workos/base.rb', line 13 def key @key end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
7 8 9 |
# File 'lib/workos/base.rb', line 7 def key @key end |