Sha256: 10a721cde97211ff317dce4d5898badcd89d674291bfee1eea4861a5dbe4ee68
Contents?: true
Size: 484 Bytes
Versions: 2
Compression:
Stored size: 484 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The UserInteraction event in which a user comments on an item. class UserComments < Mida::Vocabulary itemtype %r{http://schema.org/UserComments}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mida_vocabulary-0.2 | lib/mida_vocabulary/vocabularies/schemaorg/usercomments.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/usercomments.rb |