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