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
4670 4671 4672 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4670 def a elements[0] end |
#authors_names ⇒ Object
4694 4695 4696 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4694 def elements[9] end |
#b ⇒ Object
4682 4683 4684 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4682 def b elements[4] end |
#space1 ⇒ Object
4674 4675 4676 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4674 def space1 elements[1] end |
#space2 ⇒ Object
4678 4679 4680 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4678 def space2 elements[3] end |
#space3 ⇒ Object
4686 4687 4688 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4686 def space3 elements[6] end |
#space4 ⇒ Object
4690 4691 4692 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4690 def space4 elements[8] end |
#space5 ⇒ Object
4698 4699 4700 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4698 def space5 elements[10] end |
#space6 ⇒ Object
4702 4703 4704 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4702 def space6 elements[12] end |
#year ⇒ Object
4706 4707 4708 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4706 def year elements[13] end |