Module: ScientificName::CapLatinWord1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3468 3469 3470 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3468 def canonical value end |
#details ⇒ Object
3472 3473 3474 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3472 def details {:uninomial => value} end |
#value ⇒ Object
3464 3465 3466 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3464 def value a.text_value + b.value end |