Sha256: 38b006fdfe85b355227137cded9055d9f909e3abc6ddc016ecc84ee3c311535c
Contents?: true
Size: 654 Bytes
Versions: 3
Compression:
Stored size: 654 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :AllocateAction, 'mida_vocabulary/vocabularies/schemaorg/allocateaction' autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of allocating an action/event/task to some destination (someone or something). class AssignAction < Mida::Vocabulary itemtype %r{http://schema.org/AssignAction}i include_vocabulary Mida::SchemaOrg::AllocateAction include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems