Class: DataMaps::Then::Set
- Inherits:
-
Base
- Object
- Executable
- Base
- DataMaps::Then::Set
- Defined in:
- lib/data_maps/then/set.rb
Overview
A then to set a value
Instance Attribute Summary
Attributes inherited from Executable
Instance Method Summary collapse
-
#execute(data) ⇒ Object
The execute method which returns the converted data.
Methods inherited from Executable
#initialize, valid_collection?
Constructor Details
This class inherits a constructor from DataMaps::Executable
Instance Method Details
#execute(data) ⇒ Object
The execute method which returns the converted data
10 11 12 |
# File 'lib/data_maps/then/set.rb', line 10 def execute(data) option end |