Module: ScientificName::StatusPart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
436 437 438 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 436 def details {:status => value} end |
#value ⇒ Object
433 434 435 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 433 def value a.value + " " + b.value end |