Sha256: ffef4254f0c2a361c1a2b7631c004becd0fe6fa81dc885b0ead007a10bd104f4
Contents?: true
Size: 677 Bytes
Versions: 3
Compression:
Stored size: 677 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :MoveAction, 'mida_vocabulary/vocabularies/schemaorg/moveaction' autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants. class DepartAction < Mida::Vocabulary itemtype %r{http://schema.org/DepartAction}i include_vocabulary Mida::SchemaOrg::MoveAction include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems