module ScientificNameDirty::Infraspecies3

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 223
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 231
def details
  {:infraspecies => a.details[:infraspecies].merge(b.details)}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 227
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 219
def value
  a.value + " " + b.value
end