Class: Acmesmith::Certificate::CertificateExport
- Inherits:
-
Struct
- Object
- Struct
- Acmesmith::Certificate::CertificateExport
- Defined in:
- lib/acmesmith/certificate.rb
Instance Attribute Summary collapse
-
#certificate ⇒ Object
Returns the value of attribute certificate.
-
#chain ⇒ Object
Returns the value of attribute chain.
-
#fullchain ⇒ Object
Returns the value of attribute fullchain.
-
#private_key ⇒ Object
Returns the value of attribute private_key.
Instance Attribute Details
#certificate ⇒ Object
Returns the value of attribute certificate
8 9 10 |
# File 'lib/acmesmith/certificate.rb', line 8 def certificate @certificate end |
#chain ⇒ Object
Returns the value of attribute chain
8 9 10 |
# File 'lib/acmesmith/certificate.rb', line 8 def chain @chain end |
#fullchain ⇒ Object
Returns the value of attribute fullchain
8 9 10 |
# File 'lib/acmesmith/certificate.rb', line 8 def fullchain @fullchain end |
#private_key ⇒ Object
Returns the value of attribute private_key
8 9 10 |
# File 'lib/acmesmith/certificate.rb', line 8 def private_key @private_key end |