Module: ScientificName::StatusPart1

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

Instance Method Summary collapse

Instance Method Details

#detailsObject



430
431
432
# File 'lib/biodiversity/parser/scientific_name.rb', line 430

def details
  {:status => value}
end

#valueObject



427
428
429
# File 'lib/biodiversity/parser/scientific_name.rb', line 427

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