module ScientificNameClean::Genus0

Public Instance Methods

author_prefix_word() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3229
def author_prefix_word
  elements[1]
end
author_word() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3237
def author_word
  elements[3]
end
space_hard1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3225
def space_hard1
  elements[0]
end
space_hard2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3233
def space_hard2
  elements[2]
end