Sha256: e4b92085d3b6e14f51c2afe9921bc2ae6090ffd4c87b02a0caf86345a3617d22
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Intended audience for an item, i.e. the group for whom the item was created. class Audience < Mida::Vocabulary itemtype %r{http://schema.org/Audience}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/audience.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/audience.rb |