module ScientificNameClean::SpeciesWordHybrid5

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6764
def canonical
  b.value
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6776
def details
  {:species => {:string => b.value}}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6768
def hybrid
  true
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6772
def pos
  {b.interval.begin => ["species", b.interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6760
def value
  "× " + b.value
end