Module: ScientificNameClean::SimpleAuthorship0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
- #a ⇒ Object
- #authors_names ⇒ Object
- #b ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
- #space5 ⇒ Object
- #space6 ⇒ Object
- #year ⇒ Object
Instance Method Details
#a ⇒ Object
4656 4657 4658 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4656 def a elements[0] end |
#authors_names ⇒ Object
4680 4681 4682 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4680 def elements[9] end |
#b ⇒ Object
4668 4669 4670 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4668 def b elements[4] end |
#space1 ⇒ Object
4660 4661 4662 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4660 def space1 elements[1] end |
#space2 ⇒ Object
4664 4665 4666 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4664 def space2 elements[3] end |
#space3 ⇒ Object
4672 4673 4674 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4672 def space3 elements[6] end |
#space4 ⇒ Object
4676 4677 4678 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4676 def space4 elements[8] end |
#space5 ⇒ Object
4684 4685 4686 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4684 def space5 elements[10] end |
#space6 ⇒ Object
4688 4689 4690 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4688 def space6 elements[12] end |
#year ⇒ Object
4692 4693 4694 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4692 def year elements[13] end |