module ScientificNameClean::UnknownAuth1

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4810
def details
  {:author => ["unknown"]}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4806
def pos
 {interval.begin => ["unknown_author", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4802
def value
  text_value
end