Module: ScientificName::NamePart5
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
2015 2016 2017 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2015 def canonical value end |
#details ⇒ Object
2019 2020 2021 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2019 def details a.details.merge({:subspecies => {:rank => "n/a", :value =>b.value}}) end |
#value ⇒ Object
2011 2012 2013 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2011 def value a.value + " " + b.value end |