module Emarsys::Country

Constants

MAPPING

Public Instance Methods

from_iso(iso) click to toggle source
# File lib/emarsys/country.rb, line 7
def from_iso(iso)
  MAPPING[iso.to_s.upcase]
end