Sha256: bab3491951b22643dcf6eac7ff86a9fb07eeb900569a8e28301ae6bce7347892
Contents?: true
Size: 767 Bytes
Versions: 3
Compression:
Stored size: 767 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :PlanAction, 'mida_vocabulary/vocabularies/schemaorg/planaction' autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Scheduling future actions, events, or tasks.Related actions:ReserveAction: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation. class ScheduleAction < Mida::Vocabulary itemtype %r{http://schema.org/ScheduleAction}i include_vocabulary Mida::SchemaOrg::PlanAction include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems