Module: ScientificNameClean::SpeciesString0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3151 3152 3153 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3151 def canonical value end |
#details ⇒ Object
3163 3164 3165 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3163 def details {:species => {:string => value}} end |
#hybrid ⇒ Object
3159 3160 3161 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3159 def hybrid false end |
#pos ⇒ Object
3155 3156 3157 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3155 def pos {interval.begin => ["species", interval.end]} end |