Sha256: 56b5905a5969a12d6b3f2afb597b205ef3a860336c599f1a9452eea9517eff6f
Contents?: true
Size: 694 Bytes
Versions: 3
Compression:
Stored size: 694 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' # The act of asserting that a future event/action is no longer going to happen.Related actions:ConfirmAction: The antagonym of CancelAction. class CancelAction < Mida::Vocabulary itemtype %r{http://schema.org/CancelAction}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