Sha256: 4cca3dc96b974416f034c0019ec4a0561f075911f5bcc569a9b02739134843e3

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

module Microformats2
  module Property
    class Url < Foundation

      protected

      def attr_map
        @attr_map = {
          "a" => "href",
          "area" => "href",
          "img" => "src",
          "object" => "data",
          "abbr" => "title",
          "data" => "value" }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
microformats2-2.0.0.pre5 lib/microformats2/property/url.rb
microformats2-2.0.0.pre4 lib/microformats2/property/url.rb
microformats2-2.0.0.pre3 lib/microformats2/property/url.rb
microformats2-2.0.0.pre2 lib/microformats2/property/url.rb
microformats2-2.0.0.pre1 lib/microformats2/property/url.rb