class DataMaps::Then::Set
A then to set a value
@since 0.0.1
Public Instance Methods
execute(data)
click to toggle source
The execute method which returns the converted data
@param [mixed] data
# File lib/data_maps/then/set.rb, line 10 def execute(data) option end