Module: ScientificName::AuthorsRevisedName1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1151 1152 1153 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1151 def details {:revised_name_authors =>{:revised_authors => a.details[:authors], :authors => b.details[:authors]}} end |
#value ⇒ Object
1148 1149 1150 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1148 def value a.value + " ex " + b.value end |