Class: ActiveJob::Temporal::PayloadEncryption::KeyEntry
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::PayloadEncryption::KeyEntry
- Defined in:
- lib/activejob/temporal/payload_encryption.rb
Instance Attribute Summary collapse
-
#decrypt_until ⇒ Object
Returns the value of attribute decrypt_until.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#decrypt_until ⇒ Object
Returns the value of attribute decrypt_until
21 22 23 |
# File 'lib/activejob/temporal/payload_encryption.rb', line 21 def decrypt_until @decrypt_until end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/activejob/temporal/payload_encryption.rb', line 21 def id @id end |
#key ⇒ Object
Returns the value of attribute key
21 22 23 |
# File 'lib/activejob/temporal/payload_encryption.rb', line 21 def key @key end |