Class: Spaceship::Portal::Certificate
- Inherits:
-
Object
- Object
- Spaceship::Portal::Certificate
- Defined in:
- lib/motion-provisioning/spaceship/portal/certificate.rb
Instance Attribute Summary collapse
-
#motionprovisioning_certContent ⇒ Object
The PLIST request for the free certificate returns the certificate content in the certContent variable.
-
#motionprovisioning_serialNumber ⇒ Object
The PLIST request for the free certificate returns the certificate content in the certContent variable.
Instance Attribute Details
#motionprovisioning_certContent ⇒ Object
The PLIST request for the free certificate returns the certificate content in the certContent variable. It’s stored in this attribute for later use.
6 7 8 |
# File 'lib/motion-provisioning/spaceship/portal/certificate.rb', line 6 def motionprovisioning_certContent @motionprovisioning_certContent end |
#motionprovisioning_serialNumber ⇒ Object
The PLIST request for the free certificate returns the certificate content in the certContent variable. It’s stored in this attribute for later use.
6 7 8 |
# File 'lib/motion-provisioning/spaceship/portal/certificate.rb', line 6 def motionprovisioning_serialNumber @motionprovisioning_serialNumber end |