Class: BBAttributeFilters::Conditions::None
- Defined in:
- lib/bbattribute_filters/conditions/none.rb
Overview
Allows the handling of no condition
Constant Summary
Constants inherited from Condition
Instance Attribute Summary
Attributes inherited from Condition
Instance Method Summary collapse
-
#initialize ⇒ None
constructor
A new instance of None.
Methods inherited from Condition
#evaluate, #exclude?, #include?
Constructor Details
#initialize ⇒ None
Returns a new instance of None.
10 11 12 13 |
# File 'lib/bbattribute_filters/conditions/none.rb', line 10 def initialize @type = :none @on = nil end |