module ScientificNameClean::AbbreviatedGenus1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3352
def canonical
  value
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3360
def details
  {:abbreviated_genus => {:string => value}}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3356
def pos
  {interval.begin => ["abbreviated_genus", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3348
def value
  text_value.strip
end