class OEmbed::Response

def link?

Returns true if this is an oEmbed link response.
def link?
  is_a?(OEmbed::Response::Link)
end