Sha256: 380a48150766c57626f2d6f653ad341a1e566c761b4e056783bb7e0e691fc11f
Contents?: true
Size: 286 Bytes
Versions: 70
Compression:
Stored size: 286 Bytes
Contents
module RDF ## # RDF Site Summary (RSS) vocabulary. # # @see http://web.resource.org/rss/1.0/ class RSS < Vocabulary("http://purl.org/rss/1.0/") property :description property :items property :link property :name property :title property :url end end
Version data entries
70 entries across 70 versions & 4 rubygems