Class: Certificate

Inherits:
Object
  • Object
show all
Defined in:
lib/appswarm/package.rb

Direct Known Subclasses

MyCertificate

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/appswarm/package.rb', line 5

def description
  @description
end

#publicKeyObject

Returns the value of attribute publicKey.



6
7
8
# File 'lib/appswarm/package.rb', line 6

def publicKey
  @publicKey
end