Module: ScientificNameClean::Infragenus1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3037 3038 3039 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3037 def canonical a.value end |
#details ⇒ Object
3045 3046 3047 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3045 def details {:infragenus => {:string => a.value}} end |
#pos ⇒ Object
3041 3042 3043 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3041 def pos {a.interval.begin => ['infragenus', a.interval.end]} end |
#value ⇒ Object
3033 3034 3035 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3033 def value "(" + a.value + ")" end |