module ScientificNameClean::BasionymAuthorshipWithParenthesis0

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3965
def a
  elements[2]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3985
def b
  elements[8]
end
left_paren() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3957
def left_paren
  elements[0]
end
right_paren() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3973
def right_paren
  elements[4]
end
space1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3961
def space1
  elements[1]
end
space2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3969
def space2
  elements[3]
end
space3() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3977
def space3
  elements[5]
end
space4() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3981
def space4
  elements[7]
end