Module: ScientificName::AuthorWord0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1690 1691 1692 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1690 def details {:authors => {:names => [value]}} end |
#value ⇒ Object
1687 1688 1689 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1687 def value text_value.strip end |