class Twilio::REST::Voice::V1::DialingPermissionsList::SettingsList

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.

Public Class Methods

new(version) click to toggle source

Initialize the SettingsList @param [Version] version Version that contains the resource @return [SettingsList] SettingsList

Calls superclass method Twilio::REST::ListResource::new
   # File lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb
21 def initialize(version)
22   super(version)
23 
24   # Path Solution
25   @solution = {}
26 end

Public Instance Methods

to_s() click to toggle source

Provide a user friendly representation

   # File lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb
30 def to_s
31   '#<Twilio.Voice.V1.SettingsList>'
32 end