public
Description: oEmbed for Ruby
Homepage: http://oembed.com/
Clone URL: git://github.com/judofyr/ruby-oembed.git
ruby-oembed / lib / oembed / response / video.rb
100644 6 lines (6 sloc) 0.071 kb
1
2
3
4
5
6
module OEmbed
  class Response
    class Video < self
    end
  end
end