Module: TaxonReporter

Defined in:
lib/taxon_reporter.rb,
lib/taxon_reporter/field.rb,
lib/taxon_reporter/taxon.rb,
lib/taxon_reporter/record.rb,
lib/taxon_reporter/report.rb,
lib/taxon_reporter/version.rb,
lib/taxon_reporter/data_source.rb,
lib/taxon_reporter/eol_data_source.rb

Defined Under Namespace

Classes: DataSource, EolDataSource, Field, Record, Report, Taxon

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.report(name) ⇒ Object



14
# File 'lib/taxon_reporter.rb', line 14

def self.report(name); Report.new(name); end

.versionObject



10
11
12
# File 'lib/taxon_reporter.rb', line 10

def self.version
  VERSION
end