Module: ScientificName::StatusPart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
430 431 432 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 430 def details {:status => value} end |
#value ⇒ Object
427 428 429 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 427 def value a.value + " " + b.value end |