class OEmbed::Response::Link
A fairly generic type of Response
where the url of the resource is the original request_url.
Public Instance Methods
url()
click to toggle source
Returns the request_url
# File lib/oembed/response/link.rb, line 8 def url request_url end
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/link.rb, line 15 def must_override super end