class GeoHydra::NoopTask

Public Instance Methods

perform(data) click to toggle source
# File lib/geohydra/workflow/task.rb, line 72
def perform(data)
  'COMPLETED'
end