Module: ScientificNameClean::UninomialName0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3320 3321 3322 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3320 def a elements[0] end |
#b ⇒ Object
3328 3329 3330 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3328 def b elements[2] end |
#c ⇒ Object
3336 3337 3338 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3336 def c elements[4] end |
#space1 ⇒ Object
3324 3325 3326 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3324 def space1 elements[1] end |
#space2 ⇒ Object
3332 3333 3334 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3332 def space2 elements[3] end |