class OEmbed::Response::Video
A Response
used for representing playable videos.
Private Instance Methods
must_override()
click to toggle source
See section 2.3.4.1 of the oEmbed spec
Calls superclass method
# File lib/oembed/response/video.rb, line 9 def must_override %w{ html width height } + super end