module ScientificNameClean::Species1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3008
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3020
def details
  {:species => a.details[:species].merge(b.details)}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3012
def hybrid
  a.hybrid rescue false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3016
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3004
def value
  a.value + " " + b.value
end