Module: ScientificName::NamePartAuthorsMix2
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
591 592 593 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 591 def a elements[0] end |
#b ⇒ Object
599 600 601 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 599 def b elements[2] end |
#c ⇒ Object
607 608 609 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 607 def c elements[4] end |
#space ⇒ Object
595 596 597 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 595 def space elements[1] end |