Module: ScientificName::ScientificName1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
212 213 214 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 212 def canonical a.canonical end |
#details ⇒ Object
215 216 217 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 215 def details a.details.merge(b.details).merge(c.details) end |
#value ⇒ Object
209 210 211 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 209 def value a.value + " " + b.value + " " + c.value end |