Module: ScientificName::CompositeScientificName0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
10 11 12 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 10 def a elements[0] end |
#b ⇒ Object
26 27 28 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 26 def b elements[4] end |
#hybrid_separator ⇒ Object
18 19 20 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 18 def hybrid_separator elements[2] end |
#space ⇒ Object
14 15 16 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 14 def space elements[1] end |