Class: WorkOS::Vault::DataKeyPair
- Inherits:
-
Data
- Object
- Data
- WorkOS::Vault::DataKeyPair
- Defined in:
- lib/workos/vault.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#data_key ⇒ Object
readonly
Returns the value of attribute data_key.
-
#encrypted_keys ⇒ Object
readonly
Returns the value of attribute encrypted_keys.
Class Method Summary collapse
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context
34 35 36 |
# File 'lib/workos/vault.rb', line 34 def context @context end |
#data_key ⇒ Object (readonly)
Returns the value of attribute data_key
34 35 36 |
# File 'lib/workos/vault.rb', line 34 def data_key @data_key end |
#encrypted_keys ⇒ Object (readonly)
Returns the value of attribute encrypted_keys
34 35 36 |
# File 'lib/workos/vault.rb', line 34 def encrypted_keys @encrypted_keys end |