module ScientificNameClean::UninomialName3

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3506
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3518
def details
  {:uninomial => a.details[:uninomial].merge(b.details)}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3514
def hybrid
  false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3510
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3502
def value
  a.value + " " + b.value
end