Module: ScientificName::NamePartAuthorsMix0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
549 550 551 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 549 def a elements[0] end |
#b ⇒ Object
557 558 559 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 557 def b elements[2] end |
#c ⇒ Object
565 566 567 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 565 def c elements[4] end |
#d ⇒ Object
573 574 575 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 573 def d elements[6] end |
#space ⇒ Object
553 554 555 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 553 def space elements[1] end |