class Simplecast::Episode
Public Instance Methods
embed()
click to toggle source
# File lib/simplecast/episode.rb, line 5 def embed Simplecast::Client::Episode.embed(id) end
podcast()
click to toggle source
# File lib/simplecast/episode.rb, line 8 def podcast Simplecast::Client::Podcast.find(podcast_id) end