Class: MyCertificate
- Inherits:
-
Certificate
- Object
- Certificate
- MyCertificate
- Defined in:
- lib/appswarm/package.rb
Instance Attribute Summary collapse
-
#privateKey ⇒ Object
Returns the value of attribute privateKey.
Attributes inherited from Certificate
Instance Method Summary collapse
-
#initialize ⇒ MyCertificate
constructor
A new instance of MyCertificate.
Constructor Details
#initialize ⇒ MyCertificate
Returns a new instance of MyCertificate.
12 13 |
# File 'lib/appswarm/package.rb', line 12 def initialize end |
Instance Attribute Details
#privateKey ⇒ Object
Returns the value of attribute privateKey.
10 11 12 |
# File 'lib/appswarm/package.rb', line 10 def privateKey @privateKey end |