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
4397 4398 4399 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4397 def a elements[0] end |
#authors_names ⇒ Object
4421 4422 4423 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4421 def elements[9] end |
#b ⇒ Object
4409 4410 4411 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4409 def b elements[4] end |
#space1 ⇒ Object
4401 4402 4403 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4401 def space1 elements[1] end |
#space2 ⇒ Object
4405 4406 4407 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4405 def space2 elements[3] end |
#space3 ⇒ Object
4413 4414 4415 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4413 def space3 elements[6] end |
#space4 ⇒ Object
4417 4418 4419 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4417 def space4 elements[8] end |
#space5 ⇒ Object
4425 4426 4427 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4425 def space5 elements[10] end |
#space6 ⇒ Object
4429 4430 4431 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4429 def space6 elements[12] end |
#year ⇒ Object
4433 4434 4435 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4433 def year elements[13] end |