module ScientificNameClean::InfraspeciesString5

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1865
def canonical
  value
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1873
def details
  {:infraspecies => {:string => value, :rank => "n/a"}}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1869
def pos
  {interval.begin => ["infraspecies", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1861
def value
  a.value
end