module ScientificNameClean::BasionymAuthorshipWithParenthesis2

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4015
def a
  elements[2]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4023
def b
  elements[5]
end
left_paren() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4007
def left_paren
  elements[0]
end
right_paren() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4031
def right_paren
  elements[7]
end
space1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4011
def space1
  elements[1]
end
space2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4019
def space2
  elements[4]
end
space3() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4027
def space3
  elements[6]
end