Module: ScientificName::FullNameLetters3
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3646 3647 3648 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3646 def details {} end |
#value ⇒ Object
3643 3644 3645 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3643 def value a.value + b.value + c.value end |