Class: Robocap::SDK::DecryptCencResult

Inherits:
Data
  • Object
show all
Defined in:
lib/robocap/sdk/decrypt_cenc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#customer_idObject (readonly)

Returns the value of attribute customer_id

Returns:

  • (Object)

    the current value of customer_id



14
15
16
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14

def customer_id
  @customer_id
end

#kid_hexObject (readonly)

Returns the value of attribute kid_hex

Returns:

  • (Object)

    the current value of kid_hex



14
15
16
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14

def kid_hex
  @kid_hex
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



14
15
16
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14

def output_path
  @output_path
end

#rsa_key_versionObject (readonly)

Returns the value of attribute rsa_key_version

Returns:

  • (Object)

    the current value of rsa_key_version



14
15
16
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14

def rsa_key_version
  @rsa_key_version
end