Class: DarwinCore::GnubTaxon
- Inherits:
-
TaxonNormalized
- Object
- TaxonNormalized
- DarwinCore::GnubTaxon
- Defined in:
- lib/dwc_archive/gnub_taxon.rb
Overview
Covers special case of Global Names Usage Bank data
Instance Attribute Summary collapse
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#uuid_path ⇒ Object
Returns the value of attribute uuid_path.
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
-
#initialize ⇒ GnubTaxon
constructor
A new instance of GnubTaxon.
Constructor Details
#initialize ⇒ GnubTaxon
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
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/dwc_archive/gnub_taxon.rb', line 6 def uuid @uuid end |
#uuid_path ⇒ Object
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 |