Module: ScientificName::NamePart5
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
2185 2186 2187 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2185 def canonical value end |
#details ⇒ Object
2189 2190 2191 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2189 def details a.details.merge({:subspecies => {:rank => "n/a", :value =>b.value}}) end |
#value ⇒ Object
2181 2182 2183 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2181 def value a.value + " " + b.value end |