module ScientificNameClean::ScientificName53

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 161
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 173
def details
  a.details.merge(b.details(c))
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 169
def hybrid
  a.hybrid
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 165
def pos
  a.pos.merge(c.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 157
def value
  a.value + " " + b.apply(c)
end