module ScientificNameClean::AuthorWord5

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5430
def details
  {:author => [value]}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5426
def pos
  {interval.begin => ["author_word", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5422
def value
  text_value
end