module ScientificNameClean::UninomialName1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3470
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3482
def details
  {:uninomial => a.details[:uninomial].merge(b.details).merge(c.details)}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3478
def hybrid
  false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3474
def pos
  a.pos.merge(b.pos).merge(c.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3466
def value
  a.value + " " + b.value + " " + c.value
end