Class: Robocap::SDK::VerifiedKeyVersion
- Inherits:
-
Data
- Object
- Data
- Robocap::SDK::VerifiedKeyVersion
- Defined in:
- lib/robocap/sdk/ownership.rb
Instance Attribute Summary collapse
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#matched_rsa_key_version ⇒ Object
readonly
Returns the value of attribute matched_rsa_key_version.
-
#public_fingerprint ⇒ Object
readonly
Returns the value of attribute public_fingerprint.
Instance Attribute Details
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
11 12 13 |
# File 'lib/robocap/sdk/ownership.rb', line 11 def customer_id @customer_id end |
#matched_rsa_key_version ⇒ Object (readonly)
Returns the value of attribute matched_rsa_key_version
11 12 13 |
# File 'lib/robocap/sdk/ownership.rb', line 11 def matched_rsa_key_version @matched_rsa_key_version end |
#public_fingerprint ⇒ Object (readonly)
Returns the value of attribute public_fingerprint
11 12 13 |
# File 'lib/robocap/sdk/ownership.rb', line 11 def public_fingerprint @public_fingerprint end |