Module: ScientificName::StatusPart1

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

Instance Method Summary collapse

Instance Method Details

#detailsObject



436
437
438
# File 'lib/biodiversity/parser/scientific_name.rb', line 436

def details
  {:status => value}
end

#valueObject



433
434
435
# File 'lib/biodiversity/parser/scientific_name.rb', line 433

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