Sha256: fc2de9ab015ae46dba20b632287ba48ecdad8442397bdbfb89c02389ae850b0b
Contents?: true
Size: 811 Bytes
Versions: 25
Compression:
Stored size: 811 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true module Twilio module REST class Voice < Domain ## # Initialize the Voice Domain def initialize(twilio) super @base_url = 'https://voice.twilio.com' @host = 'voice.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of voice def v1 @v1 ||= V1.new self end ## # @return [Twilio::REST::Voice::V1::DialingPermissionsInstance] def dialing_permissions self.v1.dialing_permissions() end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Voice>' end end end end
Version data entries
25 entries across 25 versions & 1 rubygems