Exception: Puppet::SSL::CertificateAuthority::CertificateSigningError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Puppet::SSL::CertificateAuthority::CertificateSigningError
- Defined in:
- lib/vendor/puppet/ssl/certificate_authority.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(host) ⇒ CertificateSigningError
constructor
A new instance of CertificateSigningError.
Constructor Details
#initialize(host) ⇒ CertificateSigningError
Returns a new instance of CertificateSigningError.
48 49 50 |
# File 'lib/vendor/puppet/ssl/certificate_authority.rb', line 48 def initialize(host) @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
46 47 48 |
# File 'lib/vendor/puppet/ssl/certificate_authority.rb', line 46 def host @host end |