Module: ScientificNameClean::AbbreviatedGenus1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3339 3340 3341 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3339 def canonical value end |
#details ⇒ Object
3347 3348 3349 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3347 def details {:abbreviated_genus => {:string => value}} end |
#pos ⇒ Object
3343 3344 3345 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3343 def pos {interval.begin => ["abbreviated_genus", interval.end]} end |
#value ⇒ Object
3335 3336 3337 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3335 def value text_value.strip end |