module ScientificNameCanonical::MultinomialWithGarbage0

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 77
def a
  elements[0]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 85
def b
  elements[2]
end
c() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 93
def c
  elements[4]
end
garbage() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 97
def garbage
  elements[5]
end
space1() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 81
def space1
  elements[1]
end
space2() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 89
def space2
  elements[3]
end