Module: ScientificName::OriginalAuthorsNamesFull1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1002 1003 1004 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1002 def details {:orig_authors => a.details[:authors], :year => b.details[:year]} end |
#value ⇒ Object
999 1000 1001 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 999 def value "(" + a.value + " " + b.value + ")" end |