module ScientificNameClean::MultinomialName11
Public Instance Methods
canonical()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1207 def canonical a.canonical + aid.canonical(b) end
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1219 def details a.details.merge(aid.details(b)) end
hybrid()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1215 def hybrid false end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1211 def pos a.pos.merge(aid.pos(b)) end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1203 def value a.value + aid.apply(b) end