Class: Twilio::REST::Media

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/media.rb

Instance Method Summary collapse

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ Media

Returns a new instance of Media.



5
6
7
8
# File 'lib/twilio-ruby/rest/media.rb', line 5

def initialize(path, client)
  super
  @list_key = 'media_list'
end