Module: ScientificNameClean::InfraspeciesMult2

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

Instance Method Summary collapse

Instance Method Details

#detailsObject



1641
1642
1643
1644
1645
1646
1647
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 1641

def details
  if super[:annotation_identification]
    {:infraspecies => [{:annotation_identification => super[:annotation_identification], :ignored => super[:ignored]}]}
  else
    {:infraspecies => [super[:infraspecies]]}
  end
end