Sha256: 4345172fe02f3bad57405ec30c418bb8cdb60cd9b1f99cd10d9a30e93dc93def
Contents?: true
Size: 462 Bytes
Versions: 4
Compression:
Stored size: 462 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' # User interaction: Download of an item. class UserDownloads < Mida::Vocabulary itemtype %r{http://schema.org/UserDownloads}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems