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
4269 4270 4271 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4269 def a elements[0] end |
#authors_names ⇒ Object
4293 4294 4295 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4293 def elements[9] end |
#b ⇒ Object
4281 4282 4283 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4281 def b elements[4] end |
#space1 ⇒ Object
4273 4274 4275 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4273 def space1 elements[1] end |
#space2 ⇒ Object
4277 4278 4279 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4277 def space2 elements[3] end |
#space3 ⇒ Object
4285 4286 4287 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4285 def space3 elements[6] end |
#space4 ⇒ Object
4289 4290 4291 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4289 def space4 elements[8] end |
#space5 ⇒ Object
4297 4298 4299 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4297 def space5 elements[10] end |
#space6 ⇒ Object
4301 4302 4303 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4301 def space6 elements[12] end |
#year ⇒ Object
4305 4306 4307 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4305 def year elements[13] end |