Class: Twilio::REST::Voice::V1::DialingPermissionsList::SettingsList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Voice::V1::DialingPermissionsList::SettingsList
- Defined in:
- lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb
Overview
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 [email protected]
Instance Method Summary collapse
-
#initialize(version) ⇒ SettingsList
constructor
Initialize the SettingsList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ SettingsList
Initialize the SettingsList
21 22 23 24 25 26 |
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb', line 21 def initialize(version) super(version) # Path Solution @solution = {} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
30 31 32 |
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb', line 30 def to_s '#<Twilio.Voice.V1.SettingsList>' end |