Class: ActiveJob::Temporal::PayloadEncryption::KeyEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/activejob/temporal/payload_encryption.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decrypt_untilObject

Returns the value of attribute decrypt_until

Returns:

  • (Object)

    the current value of decrypt_until



21
22
23
# File 'lib/activejob/temporal/payload_encryption.rb', line 21

def decrypt_until
  @decrypt_until
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'lib/activejob/temporal/payload_encryption.rb', line 21

def id
  @id
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



21
22
23
# File 'lib/activejob/temporal/payload_encryption.rb', line 21

def key
  @key
end