Module: ScientificName::Editorials1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
2565 2566 2567 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2565 def details {:editorial_markup => value, :is_valid => false} end |
#value ⇒ Object
2562 2563 2564 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 2562 def value a.value + b.value end |