Sha256: c712b4253fcc2705f3ad709721d219ed4b6e02e3838b1acade88d76ed2cd789b
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A user interacting with a page class UserInteraction < Mida::Vocabulary itemtype %r{http://schema.org/UserInteraction}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems