Sha256: 9213220004fa2aa1cae5e8615ab884bf43cc118406e9fcd034306def86ebfc60
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 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 planning the execution of an event/task/action/reservation/plan to a future date. class PlanAction < Mida::Vocabulary itemtype %r{http://schema.org/PlanAction}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/planaction.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/planaction.rb |