Module: ScientificNameClean::InfraspeciesString3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
1834 1835 1836 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1834 def canonical aid.canonical(a) end |
#details ⇒ Object
1845 1846 1847 1848 1849 1850 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1845 def details def a.details {:infraspecies => {:string => value, :rank => "n/a"}} end aid.details(a) end |
#pos ⇒ Object
1838 1839 1840 1841 1842 1843 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1838 def pos def a.pos {interval.begin => ["infraspecies", a.interval.end]} end aid.pos(a) end |
#value ⇒ Object
1830 1831 1832 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1830 def value aid.apply(a) end |