Sha256: 675cb26ff44984de6426e79481d6815f027e19fbdc6536f344bb220b1e64797b
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A delivery service through which content is provided via broadcast over the air or online. class BroadcastService < Mida::Vocabulary itemtype %r{http://schema.org/BroadcastService}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mida_vocabulary-0.2 | lib/mida_vocabulary/vocabularies/schemaorg/broadcastservice.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/broadcastservice.rb |