lib/twilio/recording.rb in webficient-twilio-1.2.0 vs lib/twilio/recording.rb in webficient-twilio-1.3.0

- old
+ new

@@ -1,5 +1,7 @@ module Twilio + # Recordings are generated when you use the Record Verb. Those recordings are + # hosted on Twilio's REST API for you to access. class Recording < TwilioObject def list(optional = {}) self.connection.class.get("/Recordings", :query => optional) end \ No newline at end of file