Module: ScientificName::SpeciesName6
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
3160 3161 3162 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3160 def a elements[0] end |
#b ⇒ Object
3168 3169 3170 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3168 def b elements[2] end |
#c ⇒ Object
3176 3177 3178 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3176 def c elements[4] end |
#space ⇒ Object
3164 3165 3166 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3164 def space elements[1] end |