module ScientificNameClean::StatusPart1

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 682
def details
  {:status => value}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 679
def value
  a.value + " " + b.value
end