Sha256: 25c913b2d10a212abc3cb190ed102dee563c3e988e813cc6392a4d68b207f671
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 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 organizing tasks/objects/events by associating resources to it. class AllocateAction < Mida::Vocabulary itemtype %r{http://schema.org/AllocateAction}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/allocateaction.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/allocateaction.rb |