Class: Twilio::Recording

Inherits:
Object
  • Object
show all
Extended by:
Finder
Includes:
Deletable, Resource
Defined in:
lib/twilio/recording.rb

Instance Method Summary collapse

Methods included from Finder

all, count, find

Methods included from Deletable

#destroy

Methods included from Resource

#[], #[]=, #initialize, #inspect, #update_attributes

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Twilio::Resource

Instance Method Details

#mp3Object



7
8
9
# File 'lib/twilio/recording.rb', line 7

def mp3
  API_ENDPOINT + path.gsub(/\.json$/, '.mp3')
end