Class: Abtab::Filter
- Inherits:
-
Object
- Object
- Abtab::Filter
- Defined in:
- lib/abtab/filter.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Grep
Instance Attribute Summary collapse
-
#driver ⇒ Object
Returns the value of attribute driver.
Instance Method Summary collapse
-
#initialize(driver) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(driver) ⇒ Filter
Returns a new instance of Filter.
5 6 7 |
# File 'lib/abtab/filter.rb', line 5 def initialize driver @driver = driver end |
Instance Attribute Details
#driver ⇒ Object
Returns the value of attribute driver.
4 5 6 |
# File 'lib/abtab/filter.rb', line 4 def driver @driver end |