Sha256: 48d63286480c51834e122ab65995475dbbc7cb29be7c73c143fa8fe640bdc160
Contents?: true
Size: 756 Bytes
Versions: 3
Compression:
Stored size: 756 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :InsertAction, 'mida_vocabulary/vocabularies/schemaorg/insertaction' autoload :UpdateAction, 'mida_vocabulary/vocabularies/schemaorg/updateaction' autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of inserting at the end if an ordered collection. class AppendAction < Mida::Vocabulary itemtype %r{http://schema.org/AppendAction}i include_vocabulary Mida::SchemaOrg::InsertAction include_vocabulary Mida::SchemaOrg::UpdateAction include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems