Module: ScientificName::AuthorsNamesFull1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1056 1057 1058 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1056 def details {:authors => {:names => a.details[:authors][:names]}.merge(b.details)} end |
#value ⇒ Object
1053 1054 1055 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1053 def value a.value + " " + b.value end |