module ScientificNameClean::Infragenus1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3153
def canonical
  a.value
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3161
def details
  {:infragenus => {:string => a.value}}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3157
def pos
  {a.interval.begin => ["infragenus", a.interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3149
def value
  "(" + a.value + ")"
end