Sha256: 881840def0cf6bf249829f2cdf6d37876ee0f60cafa7daa6f2bce18570cd1582
Contents?: true
Size: 514 Bytes
Versions: 3
Compression:
Stored size: 514 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 deliberately creating/producing/generating/building a result out of the agent. class CreateAction < Mida::Vocabulary itemtype %r{http://schema.org/CreateAction}i include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems