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
4384 4385 4386 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4384 def a elements[0] end |
#authors_names ⇒ Object
4408 4409 4410 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4408 def elements[9] end |
#b ⇒ Object
4396 4397 4398 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4396 def b elements[4] end |
#space1 ⇒ Object
4388 4389 4390 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4388 def space1 elements[1] end |
#space2 ⇒ Object
4392 4393 4394 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4392 def space2 elements[3] end |
#space3 ⇒ Object
4400 4401 4402 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4400 def space3 elements[6] end |
#space4 ⇒ Object
4404 4405 4406 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4404 def space4 elements[8] end |
#space5 ⇒ Object
4412 4413 4414 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4412 def space5 elements[10] end |
#space6 ⇒ Object
4416 4417 4418 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4416 def space6 elements[12] end |
#year ⇒ Object
4420 4421 4422 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4420 def year elements[13] end |