Sha256: 28089ee43582a4d235b7087ea8a157ff9f231770d828c80fa3cefd6eccc6d9a1
Contents?: true
Size: 664 Bytes
Versions: 2
Compression:
Stored size: 664 Bytes
Contents
module Dialable module ServiceCodes # Easily Recognizable Codes NANP = { 211 => 'Community Information and Referral Services', 311 => 'Non-Emergency Police and Other Governmental Services', 411 => 'Local Directory Assistance', 511 => 'Traffic and Transportation Information (US); Provision of Weather and Traveller Information Services (Canada)', 611 => 'Repair Service', 711 => 'Telecommunications Relay Service (TRS)', 811 => 'Access to One Call Services to Protect Pipeline and Utilities from Excavation Damage (US); Non-Urgent Health Teletriage Services (Canada)', 911 => 'Emergency' } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dialable-1.0.2 | lib/dialable/service_codes.rb |
dialable-1.0.0 | lib/dialable/service_codes.rb |