Module: ScientificName::SpeciesName6
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
2987 2988 2989 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2987 def a elements[0] end |
#b ⇒ Object
2995 2996 2997 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2995 def b elements[2] end |
#c ⇒ Object
3003 3004 3005 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3003 def c elements[4] end |
#space ⇒ Object
2991 2992 2993 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2991 def space elements[1] end |