Sha256: 84538f03ba023b6c66c06c6489159b4407eee0c0080c7eca7a5b4a32cdc20548

Contents?: true

Size: 414 Bytes

Versions: 27

Compression:

Stored size: 414 Bytes

Contents

module OEmbed
  class Response
    # A fairly generic type of Response where the url of the resource is
    # the original request_url.
    class Link < self
      
      # Returns the request_url
      def url
        request_url
      end
      
      private
      
      # See {section 2.3.4.1 of the oEmbed spec}[http://oembed.com/#section2.3]
      def must_override
        super
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
ruby-oembed-0.18.1 lib/oembed/response/link.rb
ruby-oembed-0.18.0 lib/oembed/response/link.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/ruby-oembed-0.17.0/lib/oembed/response/link.rb
ruby-oembed-0.17.0 lib/oembed/response/link.rb
ruby-oembed-0.16.1 lib/oembed/response/link.rb
ruby-oembed-0.16.0 lib/oembed/response/link.rb
ruby-oembed-0.15.0 lib/oembed/response/link.rb
ruby-oembed-0.14.1 lib/oembed/response/link.rb
ruby-oembed-0.14.0 lib/oembed/response/link.rb
ruby-oembed-0.13.1 lib/oembed/response/link.rb
ruby-oembed-0.13.0 lib/oembed/response/link.rb
ruby-oembed-0.12.0 lib/oembed/response/link.rb
ruby-oembed-0.11.0 lib/oembed/response/link.rb
ruby-oembed-0.10.1 lib/oembed/response/link.rb
ruby-oembed-0.10.0 lib/oembed/response/link.rb
ruby-oembed-0.9.0 lib/oembed/response/link.rb
ruby-oembed-0.8.14 lib/oembed/response/link.rb
ruby-oembed-0.8.13 lib/oembed/response/link.rb
ruby-oembed-0.8.12 lib/oembed/response/link.rb
ruby-oembed-0.8.11 lib/oembed/response/link.rb