module ScientificNameClean::Genus2
Public Instance Methods
canonical()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3258 def canonical a.value end
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3262 def details {:genus => {:string => a.value}} end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3254 def pos {a.interval.begin => ["genus", a.interval.end]} end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3250 def value a.value end