Module: ScientificName::AuthorsPart3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
758 759 760 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 758 def details {:revised_name_authors => {:revised_authors => a.details[:authors], :authors => b.details[:authors]}} end |
#value ⇒ Object
754 755 756 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 754 def value a.value + " ex " + b.value end |