Module: ScientificName::NamePartAuthorsMix1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
582 583 584 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 582 def canonical a.canonical + " " + c.canonical end |
#details ⇒ Object
585 586 587 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 585 def details a.details.merge(c.details).merge({:species_authors=>b.details, :subspecies_authors => d.details}) end |
#value ⇒ Object
579 580 581 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 579 def value a.value + " " + b.value + " " + c.value + " " + d.value end |