Module: ScientificName::NamePart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
2122 2123 2124 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2122 def canonical a.canonical end |
#details ⇒ Object
2125 2126 2127 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2125 def details a.details.merge(b.details).merge(c.details) end |
#value ⇒ Object
2119 2120 2121 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2119 def value a.value + " " + b.value + " " + c.value end |