Module: ScientificName::AuthorsRevisedName1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
982 983 984 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 982 def details {:revised_name_authors =>{:revised_authors => a.details[:authors], :authors => b.details[:authors]}} end |
#value ⇒ Object
979 980 981 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 979 def value a.value + " ex " + b.value end |