Class: Twilio::REST::Video::V1::RecordingSettingsList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/video/v1/recording_settings.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ RecordingSettingsList

Initialize the RecordingSettingsList

Parameters:

  • version (Version)

    Version that contains the resource



25
26
27
28
29
30
31
# File 'lib/twilio-ruby/rest/video/v1/recording_settings.rb', line 25

def initialize(version)
    super(version)
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



36
37
38
# File 'lib/twilio-ruby/rest/video/v1/recording_settings.rb', line 36

def to_s
    '#<Twilio.Video.V1.RecordingSettingsList>'
end