Module: ScientificNameClean::InfraspeciesString5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
1865 1866 1867 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1865 def canonical value end |
#details ⇒ Object
1873 1874 1875 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1873 def details {:infraspecies => {:string => value, :rank => 'n/a'}} end |
#pos ⇒ Object
1869 1870 1871 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1869 def pos {interval.begin => ['infraspecies', interval.end]} end |
#value ⇒ Object
1861 1862 1863 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1861 def value a.value end |