class Restcomm::REST::Media

Public Class Methods

new(path, client) click to toggle source
Calls superclass method Restcomm::REST::ListResource::new
  # File lib/restcomm-ruby/rest/media.rb
5 def initialize(path, client)
6   super
7   @list_key = 'media_list'
8 end