Class: Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#acceptedCertificatesObject

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

Returns:

  • (Boolean)


40
41
# File 'lib/appswarm/package.rb', line 40

def packagePermitted?(package)
end