Class: DataMaps::Then::Filter
- Inherits:
-
Base
- Object
- Executable
- Base
- DataMaps::Then::Filter
- Defined in:
- lib/data_maps/then/filter.rb
Overview
A then to filter values
Instance Attribute Summary
Attributes inherited from Executable
Instance Method Summary collapse
-
#execute(data) ⇒ mixed
Return the original data.
Methods inherited from Executable
#initialize, valid_collection?
Constructor Details
This class inherits a constructor from DataMaps::Executable
Instance Method Details
#execute(data) ⇒ mixed
Return the original data
11 12 13 |
# File 'lib/data_maps/then/filter.rb', line 11 def execute(data) data end |