Sha256: f43f3984167e98f5580426d9ce53ab18f6b5363cf96e89bbab3511aeef031ac4
Contents?: true
Size: 487 Bytes
Versions: 3
Compression:
Stored size: 487 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # User interaction: Play count of an item, for example a video or a song. class UserPlays < Mida::Vocabulary itemtype %r{http://schema.org/UserPlays}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems