module ScientificNameCanonical::UninomialWithGarbage1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 319
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 327
def details
  {:uninomial => a.details[:uninomial]}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 323
def pos
  a.pos
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 315
def value
  a.value
end