Module: ScientificName::AuthorsNamesFull1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1225 1226 1227 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1225 def details {:authors => {:names => a.details[:authors][:names]}.merge(b.details)} end |
#value ⇒ Object
1222 1223 1224 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1222 def value a.value + " " + b.value end |