class OEmbed::Response::Rich
A Response
used for representing rich HTML content that does not fall under one of the other Response
categories.
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/rich.rb, line 10 def must_override %w{ html width height } + super end