Class: Gort::AllowRule
Overview
Allow rule.
Instance Attribute Summary
Attributes inherited from Rule
Instance Method Summary collapse
-
#initialize(value) ⇒ AllowRule
constructor
A new instance of AllowRule.
Methods inherited from PathRule
#inspect, #match, #pretty_print, #valid?
Methods inherited from Rule
Constructor Details
#initialize(value) ⇒ AllowRule
Returns a new instance of AllowRule.
9 10 11 |
# File 'lib/gort/allow_rule.rb', line 9 def initialize(value) super(:allow, value) end |