Module: ScientificName::CompositeScientificName3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
71 72 73 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 71 def canonical a.canonical end |
#details ⇒ Object
75 76 77 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 75 def details {:hybrid => {:scientific_name1 => a.details, :scientific_name2 => "?"}} end |
#value ⇒ Object
67 68 69 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 67 def value a.value + " × ?" end |