Method: Twilio::REST::Video::V1::RecordingSettingsPage#initialize

Defined in:
lib/twilio-ruby/rest/video/v1/recording_settings.rb

#initialize(version, response, solution) ⇒ RecordingSettingsPage

Initialize the RecordingSettingsPage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



257
258
259
260
261
262
263
# File 'lib/twilio-ruby/rest/video/v1/recording_settings.rb', line 257

def initialize(version, response, solution)
    super(version, response)
    

    # Path Solution
    @solution = solution
end