Module: ScientificName::CapLatinWord1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3350 3351 3352 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3350 def canonical text_value.strip end |
#details ⇒ Object
3354 3355 3356 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3354 def details {:uninomial => value} end |
#value ⇒ Object
3346 3347 3348 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3346 def value text_value.strip end |