Class: DarwinCore::GnubTaxon

Inherits:
TaxonNormalized show all
Defined in:
lib/dwc-archive/classification_normalizer.rb

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.



31
32
33
34
35
# File 'lib/dwc-archive/classification_normalizer.rb', line 31

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

Instance Attribute Details

#uuidObject

Returns the value of attribute uuid.



29
30
31
# File 'lib/dwc-archive/classification_normalizer.rb', line 29

def uuid
  @uuid
end

#uuid_pathObject

Returns the value of attribute uuid_path.



29
30
31
# File 'lib/dwc-archive/classification_normalizer.rb', line 29

def uuid_path
  @uuid_path
end