Module: ScientificName::AuthorsPart3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
589 590 591 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 589 def details {:revised_name_authors => {:revised_authors => a.details[:authors], :authors => b.details[:authors]}} end |
#value ⇒ Object
585 586 587 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 585 def value a.value + " ex " + b.value end |