lib/telnyx/phone_number.rb in telnyx-0.1.0 vs lib/telnyx/phone_number.rb in telnyx-2.2.0
- old
+ new
@@ -33,8 +33,12 @@
def inbound_channels
self.class.list_inbound_channels(nil).channels
end
+ def self.list_voice
+ list_voices nil
+ end
+
OBJECT_NAME = "phone_number".freeze
end
end