class
Shards::Policy::SecurityRules
- Shards::Policy::SecurityRules
- Reference
- Object
Defined in:
policy.crConstructors
Instance Method Summary
- #audit_postinstall? : Bool
- #block_postinstall? : Bool
- #require_checksum? : Bool
- #require_license? : Bool
Constructor Detail
def self.new(require_license : Bool = false, require_checksum : Bool = false, block_postinstall : Bool = false, audit_postinstall : Bool = false)
#