Module: ScientificNameClean::Infragenus1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
3229 3230 3231 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3229 def canonical a.value end |
#details ⇒ Object
3237 3238 3239 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3237 def details {:infragenus => {:string => a.value}} end |
#pos ⇒ Object
3233 3234 3235 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3233 def pos {a.interval.begin => ["infragenus", a.interval.end]} end |
#value ⇒ Object
3225 3226 3227 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3225 def value "(" + a.value + ")" end |