Class: IControl::Management::KeyCertificate::Certificate
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::Certificate
- Defined in:
- lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb
Overview
A struct that describes the basic information of a certificate, typically used when creating the certificate.
Instance Attribute Summary collapse
-
#email ⇒ String
The email address of the certificate’s owner.
-
#id ⇒ String
The string identification of this certificate.
Instance Attribute Details
#email ⇒ String
The email address of the certificate’s owner.
624 625 626 |
# File 'lib/icontrol/management/key_certificate.rb', line 624 def email @email end |
#id ⇒ String
The string identification of this certificate.
624 625 626 |
# File 'lib/icontrol/management/key_certificate.rb', line 624 def id @id end |