module ScientificNameClean::UninomialName5

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3542
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3554
def details
  {:uninomial => a.details[:uninomial].merge(b.details)}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3550
def hybrid
  false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3546
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3538
def value
  a.value + " " + b.value
end