Module: ScientificName::NamePartAuthorsMix3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
616 617 618 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 616 def canonical a.canonical + " " + c.canonical end |
#details ⇒ Object
619 620 621 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 619 def details a.details.merge(c.details).merge({:species_authors=>b.details}) end |
#value ⇒ Object
613 614 615 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 613 def value a.value + " " + b.value + " " + c.value end |