Class: Certificate
- Inherits:
-
Object
- Object
- Certificate
- Defined in:
- lib/appswarm/package.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#publicKey ⇒ Object
Returns the value of attribute publicKey.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/appswarm/package.rb', line 5 def description @description end |
#publicKey ⇒ Object
Returns the value of attribute publicKey.
6 7 8 |
# File 'lib/appswarm/package.rb', line 6 def publicKey @publicKey end |