Module: ScientificNameClean::AbbreviatedGenus1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3352 3353 3354 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3352 def canonical value end |
#details ⇒ Object
3360 3361 3362 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3360 def details {:abbreviated_genus => {:string => value}} end |
#pos ⇒ Object
3356 3357 3358 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3356 def pos {interval.begin => ["abbreviated_genus", interval.end]} end |
#value ⇒ Object
3348 3349 3350 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3348 def value text_value.strip end |