module ScientificNameClean::TaxonConceptRank0
Public Instance Methods
apply(a)
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 2000 def apply(a) " " + value + " " + a.value end
details(a = nil)
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 2003 def details(a = nil) {:taxon_concept => a.details} end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1997 def value "sec." end