module ScientificNameClean::ExAuthorship1

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4354
def details
  val = {:exAuthorTeam => {:authorTeam => b.text_value.strip}.merge(b.details[:basionymAuthorTeam])}
  val
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4350
def pos
  b.pos
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 4346
def value
  " ex " + b.value
end