module ScientificNameClean::UninomialString0

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3666
def canonical
  value
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3678
def details
  {:uninomial => {:string => value}}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3674
def hybrid
  false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3670
def pos
  {interval.begin => ["uninomial", interval.end]}
end