Module: ScientificName::OriginalAuthorsNamesFull1

Defined in:
lib/biodiversity/parser/scientific_name.rb

Instance Method Summary collapse

Instance Method Details

#detailsObject



1002
1003
1004
# File 'lib/biodiversity/parser/scientific_name.rb', line 1002

def details
  {:orig_authors => a.details[:authors], :year => b.details[:year]}
end

#valueObject



999
1000
1001
# File 'lib/biodiversity/parser/scientific_name.rb', line 999

def value
  "(" + a.value + " " + b.value + ")"
end