Class: Robocap::SDK::DeleteRsaResult
- Inherits:
-
Data
- Object
- Data
- Robocap::SDK::DeleteRsaResult
- Defined in:
- lib/robocap/sdk/rsa_delete.rb
Instance Attribute Summary collapse
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#folder_name ⇒ Object
readonly
Returns the value of attribute folder_name.
-
#key_dir ⇒ Object
readonly
Returns the value of attribute key_dir.
Instance Attribute Details
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
9 10 11 |
# File 'lib/robocap/sdk/rsa_delete.rb', line 9 def customer_id @customer_id end |
#folder_name ⇒ Object (readonly)
Returns the value of attribute folder_name
9 10 11 |
# File 'lib/robocap/sdk/rsa_delete.rb', line 9 def folder_name @folder_name end |
#key_dir ⇒ Object (readonly)
Returns the value of attribute key_dir
9 10 11 |
# File 'lib/robocap/sdk/rsa_delete.rb', line 9 def key_dir @key_dir end |