Sha256: 2ab05b7792456b4df3c42a9337e8eee9334acca06c456afe2c444bb080faede2
Contents?: true
Size: 412 Bytes
Versions: 6
Compression:
Stored size: 412 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Event, 'mida/vocabularies/schemaorg/event' # Event type: Social event. class SocialEvent < Mida::Vocabulary itemtype %r{http://schema.org/SocialEvent}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
6 entries across 6 versions & 1 rubygems