Module: ScientificNameClean::AuthorWord5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5271 5272 5273 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5271 def details {:author => [value]} end |
#pos ⇒ Object
5267 5268 5269 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5267 def pos {interval.begin => ["author_word", interval.end]} end |
#value ⇒ Object
5263 5264 5265 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5263 def value text_value end |