module ScientificNameDirty::Infraspecies1

Public Instance Methods

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