module ScientificNameClean::BasionymAuthorshipWithParenthesis7

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4122
def details
  {:authorship => text_value, :basionymAuthorTeam => {:authorTeam => text_value, :author => ["?"]}}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4118
def pos
  {a.interval.begin => ["unknown_author", a.interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4114
def value
  "(?)"
end