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