Module: ScientificName::AuthorWord0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1520 1521 1522 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1520 def details {:authors => {:names => [value]}} end |
#value ⇒ Object
1517 1518 1519 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1517 def value text_value.strip end |