Class: Twilio::REST::Video::V1::RecordingSettingsList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Video::V1::RecordingSettingsList
- Defined in:
- lib/twilio-ruby/rest/video/v1/recording_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) ⇒ RecordingSettingsList
constructor
Initialize the RecordingSettingsList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ RecordingSettingsList
Initialize the RecordingSettingsList
20 21 22 23 24 25 |
# File 'lib/twilio-ruby/rest/video/v1/recording_settings.rb', line 20 def initialize(version) super(version) # Path Solution @solution = {} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
29 30 31 |
# File 'lib/twilio-ruby/rest/video/v1/recording_settings.rb', line 29 def to_s '#<Twilio.Video.V1.RecordingSettingsList>' end |