Class: Webhookdb::Service::Types::NormalizedPhone

Inherits:
String
  • Object
show all
Defined in:
lib/webhookdb/service/types.rb

Class Method Summary collapse

Class Method Details

.parse(value) ⇒ Object



18
# File 'lib/webhookdb/service/types.rb', line 18

def self.parse(value) = self.new(Webhookdb::PhoneNumber::US.normalize(value))