Class: RoadForest::SourceRigor::Investigator

Inherits:
Object
  • Object
show all
Extended by:
Utility::ClassRegistry::Registrar
Defined in:
lib/roadforest/source-rigor/investigator.rb

Direct Known Subclasses

HTTPInvestigator, NullInvestigator

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Utility::ClassRegistry::Registrar

all_names, extended, get, map_classes, register, registry

Class Method Details

.registry_purposeObject



9
# File 'lib/roadforest/source-rigor/investigator.rb', line 9

def self.registry_purpose; "investigator"; end

Instance Method Details

#pursue(investigation) ⇒ Object

Raises:



11
12
13
# File 'lib/roadforest/source-rigor/investigator.rb', line 11

def pursue(investigation)
  raise NoCredibleResults
end