Module: ScientificNameClean::MultinomialName2
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
- #a ⇒ Object
- #aid1 ⇒ Object
- #aid2 ⇒ Object
- #b ⇒ Object
- #c ⇒ Object
- #d ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
- #space5 ⇒ Object
Instance Method Details
#a ⇒ Object
916 917 918 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 916 def a elements[0] end |
#aid1 ⇒ Object
932 933 934 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 932 def aid1 elements[4] end |
#aid2 ⇒ Object
948 949 950 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 948 def aid2 elements[8] end |
#b ⇒ Object
924 925 926 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 924 def b elements[2] end |
#c ⇒ Object
940 941 942 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 940 def c elements[6] end |
#d ⇒ Object
956 957 958 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 956 def d elements[10] end |
#space1 ⇒ Object
920 921 922 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 920 def space1 elements[1] end |
#space2 ⇒ Object
928 929 930 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 928 def space2 elements[3] end |
#space3 ⇒ Object
936 937 938 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 936 def space3 elements[5] end |
#space4 ⇒ Object
944 945 946 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 944 def space4 elements[7] end |
#space5 ⇒ Object
952 953 954 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 952 def space5 elements[9] end |