Sha256: 04419d2fd4272bd34e34b2dfc55db9ecd52a03f1e38001f4635114f811668c84
Contents?: true
Size: 486 Bytes
Versions: 2
Compression:
Stored size: 486 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A short TV or radio program or a segment/part of a program. class Clip < Mida::Vocabulary itemtype %r{http://schema.org/Clip}i include_vocabulary Mida::SchemaOrg::CreativeWork 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/clip.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/clip.rb |