Class: Pipeline::BaseFilter
- Inherits:
-
Object
- Object
- Pipeline::BaseFilter
- Defined in:
- lib/pipeline/filters/base_filter.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
- #filter ⇒ Object
-
#initialize ⇒ BaseFilter
constructor
A new instance of BaseFilter.
Constructor Details
#initialize ⇒ BaseFilter
Returns a new instance of BaseFilter.
5 6 |
# File 'lib/pipeline/filters/base_filter.rb', line 5 def initialize() end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/pipeline/filters/base_filter.rb', line 3 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/pipeline/filters/base_filter.rb', line 2 def name @name end |
Instance Method Details
#filter ⇒ Object
16 17 |
# File 'lib/pipeline/filters/base_filter.rb', line 16 def filter end |