Sha256: a3ba14f53bf32747b9a11687951cab111ea0fc048ed477169af82adf8a2342fd

Contents?: true

Size: 492 Bytes

Versions: 52

Compression:

Stored size: 492 Bytes

Contents

# encoding: UTF-8

# Copyright 2012 Twitter, Inc
# http://www.apache.org/licenses/LICENSE-2.0

module TwitterCldr
  module Shared
    module PhoneCodes

      class << self

        def territories
          resource.keys
        end

        def code_for_territory(territory)
          resource[territory.to_s.downcase.to_sym]
        end

        private

        def resource
          @resource ||= TwitterCldr.get_resource(:shared, :phone_codes)
        end

      end

    end
  end
end

Version data entries

52 entries across 52 versions & 3 rubygems

Version Path
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/twitter_cldr-4.4.5/lib/twitter_cldr/shared/phone_codes.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/twitter_cldr-4.4.5/lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.4.5 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.4.4 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.4.3 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.4.2 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.4.1 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.4.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.3.1 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.3.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.2.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.1.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-4.0.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-3.6.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-3.5.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-3.4.0 lib/twitter_cldr/shared/phone_codes.rb
twitter_cldr-3.3.0 lib/twitter_cldr/shared/phone_codes.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/twitter_cldr-3.2.1/lib/twitter_cldr/shared/phone_codes.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/twitter_cldr-3.2.1/lib/twitter_cldr/shared/phone_codes.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/twitter_cldr-3.1.2/lib/twitter_cldr/shared/phone_codes.rb