Module: ScientificName::NamePart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
1781 1782 1783 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1781 def canonical a.canonical end |
#details ⇒ Object
1784 1785 1786 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1784 def details a.details.merge(b.details).merge(c.details) end |
#value ⇒ Object
1778 1779 1780 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1778 def value a.value + " " + b.value + " " + c.value end |