Sha256: 7576c00d574a4ac196b34def1e46064997db9dc93910eec2d85e8363ca43ebf1
Contents?: true
Size: 443 Bytes
Versions: 3
Compression:
Stored size: 443 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: +1. class UserPlusOnes < Mida::Vocabulary itemtype %r{http://schema.org/UserPlusOnes}i include_vocabulary Mida::SchemaOrg::Event include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems