Class: DarwinCore::GnubTaxon

Inherits:
TaxonNormalized show all
Defined in:
lib/dwc_archive/gnub_taxon.rb

Overview

Covers special case of Global Names Usage Bank data

Instance Attribute Summary collapse

Attributes inherited from TaxonNormalized

#classification_path, #classification_path_id, #current_name, #current_name_canonical, #global_id, #id, #linnean_classification_path, #local_id, #parent_id, #rank, #source, #status, #synonyms, #vernacular_names

Instance Method Summary collapse

Constructor Details

#initializeGnubTaxon

Returns a new instance of GnubTaxon.



8
9
10
11
12
# File 'lib/dwc_archive/gnub_taxon.rb', line 8

def initialize
  super
  @uuid = nil
  @uuid_path = []
end

Instance Attribute Details

#uuidObject

Returns the value of attribute uuid.



6
7
8
# File 'lib/dwc_archive/gnub_taxon.rb', line 6

def uuid
  @uuid
end

#uuid_pathObject

Returns the value of attribute uuid_path.



6
7
8
# File 'lib/dwc_archive/gnub_taxon.rb', line 6

def uuid_path
  @uuid_path
end