Module: ScientificNameClean::Infragenus1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3153 3154 3155 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3153 def canonical a.value end |
#details ⇒ Object
3161 3162 3163 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3161 def details {:infragenus => {:string => a.value}} end |
#pos ⇒ Object
3157 3158 3159 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3157 def pos {a.interval.begin => ["infragenus", a.interval.end]} end |
#value ⇒ Object
3149 3150 3151 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3149 def value "(" + a.value + ")" end |