Module: ScientificNameClean::AuthorWord5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5430 5431 5432 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5430 def details {:author => [value]} end |
#pos ⇒ Object
5426 5427 5428 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5426 def pos {interval.begin => ["author_word", interval.end]} end |
#value ⇒ Object
5422 5423 5424 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5422 def value text_value end |