Module: ScientificName::AuthorsRevisedName1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1264 1265 1266 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1264 def details {:revised_name_authors =>{:revised_authors => a.details[:authors], :authors => b.details[:authors]}} end |
#value ⇒ Object
1261 1262 1263 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1261 def value a.value + " ex " + b.value end |