module ScientificNameClean::ScientificName50

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 91
def a
  elements[0]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 107
def b
  elements[4]
end
hybrid_character() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 99
def hybrid_character
  elements[2]
end
space_hard1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 95
def space_hard1
  elements[1]
end
space_hard2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 103
def space_hard2
  elements[3]
end