Sha256: 8ce94a5f3265afbd71844d4f2fd1c5e0c4f2fdaebb44353f2c50ceb34622e4f9
Contents?: true
Size: 487 Bytes
Versions: 4
Compression:
Stored size: 487 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: 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::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems