Module: ScientificNameClean::UninomialName0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3523 3524 3525 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3523 def a elements[0] end |
#b ⇒ Object
3531 3532 3533 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3531 def b elements[2] end |
#c ⇒ Object
3539 3540 3541 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3539 def c elements[4] end |
#space1 ⇒ Object
3527 3528 3529 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3527 def space1 elements[1] end |
#space2 ⇒ Object
3535 3536 3537 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3535 def space2 elements[3] end |