module ScientificNameClean::SpeciesWordHybrid3
Public Instance Methods
canonical()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6728 def canonical b.value end
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6740 def details {:species => {:string => b.value}} end
hybrid()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6732 def hybrid true end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6736 def pos {b.interval.begin => ["species", b.interval.end]} end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6724 def value "× " + b.value end