Module: ScientificNameClean::UninomialName0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3431 3432 3433 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3431 def a elements[0] end |
#b ⇒ Object
3439 3440 3441 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3439 def b elements[2] end |
#c ⇒ Object
3447 3448 3449 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3447 def c elements[4] end |
#space1 ⇒ Object
3435 3436 3437 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3435 def space1 elements[1] end |
#space2 ⇒ Object
3443 3444 3445 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3443 def space2 elements[3] end |