Class: Configuration
- Inherits:
-
Object
- Object
- Configuration
- Defined in:
- lib/appswarm/package.rb
Instance Attribute Summary collapse
-
#acceptedCertificates ⇒ Object
Returns the value of attribute acceptedCertificates.
Instance Method Summary collapse
Instance Attribute Details
#acceptedCertificates ⇒ Object
Returns the value of attribute acceptedCertificates.
38 39 40 |
# File 'lib/appswarm/package.rb', line 38 def acceptedCertificates @acceptedCertificates end |
Instance Method Details
#packagePermitted?(package) ⇒ Boolean
40 41 |
# File 'lib/appswarm/package.rb', line 40 def packagePermitted?(package) end |