module ScientificNameClean::Unparsed1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 807
def canonical
  ""
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 815
def details
  {:unparsed => text_value}
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 803
def hybrid
  false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 811
def pos
  {interval.begin => ["unparsed", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 799
def value
  ""
end