Class: GeoHydra::GisAssemblyWF::NormalizeDataTask
- Defined in:
- lib/geohydra/workflow/gisAssemblyWF.rb
Constant Summary
Constants inherited from Task
Instance Attribute Summary
Attributes inherited from Task
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
15 16 17 |
# File 'lib/geohydra/workflow/gisAssemblyWF.rb', line 15 def perform(data) raise NotImplementedError end |