Sha256: 9a7f5f862f2302bacead5efd6a4e14329399ff678dd0ca50bfcf61442c44d385
Contents?: true
Size: 736 Bytes
Versions: 25
Compression:
Stored size: 736 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true module Twilio module REST class Voice class V1 < Version ## # Initialize the V1 version of Voice def initialize(domain) super @version = 'v1' @dialing_permissions = nil end ## # @return [Twilio::REST::Voice::V1::DialingPermissionsContext] def dialing_permissions @dialing_permissions ||= DialingPermissionsList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Voice::V1>' end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems