Class: GeoHydra::GisAssemblyWF::NormalizeDataTask

Inherits:
Task
  • Object
show all
Defined in:
lib/geohydra/workflow/gisAssemblyWF.rb

Constant Summary

Constants inherited from Task

Task::STATUS

Instance Attribute Summary

Attributes inherited from Task

#druid, #flags

Instance Method Summary collapse

Methods inherited from Task

#initialize, #log_debug, #log_error, #log_info, #log_verbose, #to_purl, #valid_status?

Constructor Details

This class inherits a constructor from GeoHydra::Task

Instance Method Details

#perform(data) ⇒ Object

Raises:

  • (NotImplementedError)


15
16
17
# File 'lib/geohydra/workflow/gisAssemblyWF.rb', line 15

def perform(data)
  raise NotImplementedError
end