Class: Robocap::SDK::DecryptCencResult
- Inherits:
-
Data
- Object
- Data
- Robocap::SDK::DecryptCencResult
- Defined in:
- lib/robocap/sdk/decrypt_cenc.rb
Instance Attribute Summary collapse
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#kid_hex ⇒ Object
readonly
Returns the value of attribute kid_hex.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#rsa_key_version ⇒ Object
readonly
Returns the value of attribute rsa_key_version.
Instance Attribute Details
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
14 15 16 |
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14 def customer_id @customer_id end |
#kid_hex ⇒ Object (readonly)
Returns the value of attribute kid_hex
14 15 16 |
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14 def kid_hex @kid_hex end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
14 15 16 |
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14 def output_path @output_path end |
#rsa_key_version ⇒ Object (readonly)
Returns the value of attribute rsa_key_version
14 15 16 |
# File 'lib/robocap/sdk/decrypt_cenc.rb', line 14 def rsa_key_version @rsa_key_version end |