Module: Pacer::Filter::FutureFilter
- Defined in:
- lib/pacer/filter/future_filter.rb
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Method Summary collapse
Instance Attribute Details
#max ⇒ Object
Returns the value of attribute max.
18 19 20 |
# File 'lib/pacer/filter/future_filter.rb', line 18 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
18 19 20 |
# File 'lib/pacer/filter/future_filter.rb', line 18 def min @min end |
Instance Method Details
#block=(block) ⇒ Object
20 21 22 |
# File 'lib/pacer/filter/future_filter.rb', line 20 def block=(block) @future_filter = [block, false] end |
#neg_block=(block) ⇒ Object
24 25 26 |
# File 'lib/pacer/filter/future_filter.rb', line 24 def neg_block=(block) @future_filter = [block, true] end |