Sha256: 53fd941dd90965bac3c448c6d1982d196ee3d80db3ef963cbe72f6c46239958d
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of producing/preparing food. class CookAction < Mida::Vocabulary itemtype %r{http://schema.org/CookAction}i include_vocabulary Mida::SchemaOrg::Action 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/cookaction.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/cookaction.rb |