Sha256: d1b77d5d64cb89754d6e7a63548237eb7d143836aa4c3d8beedb8f68729f2fd9

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

# => http://microformats.org/wiki/hatom
require 'microformat'
require 'mofo/hcard'
require 'mofo/rel_tag'

class HEntry < Microformat
  one :entry_title!, :entry_summary, :updated, :published,
      :author => HCard

  many :entry_content
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mofo-0.1.2 lib/mofo/hentry.rb
mofo-0.1.1 lib/mofo/hentry.rb