Sha256: 99f856d8664c94710722cc821e645cec2f463a41f3668de3c5915605524c54a4

Contents?: true

Size: 737 Bytes

Versions: 5

Compression:

Stored size: 737 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

5 entries across 5 versions & 1 rubygems

Version Path
twilio-ruby-5.23.0 lib/twilio-ruby/rest/voice/v1.rb
twilio-ruby-5.22.3 lib/twilio-ruby/rest/voice/v1.rb
twilio-ruby-5.22.2 lib/twilio-ruby/rest/voice/v1.rb
twilio-ruby-5.22.1 lib/twilio-ruby/rest/voice/v1.rb
twilio-ruby-5.22.0 lib/twilio-ruby/rest/voice/v1.rb