Sha256: c42897091efe3f38f8a62ce4095c7fcd2d8224ee8435edd1cc384bdc33b3b235
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :InformAction, 'mida_vocabulary/vocabularies/schemaorg/informaction' autoload :CommunicateAction, 'mida_vocabulary/vocabularies/schemaorg/communicateaction' autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of notifying an event organizer as to whether you expect to attend the event. class RsvpAction < Mida::Vocabulary itemtype %r{http://schema.org/RsvpAction}i include_vocabulary Mida::SchemaOrg::InformAction include_vocabulary Mida::SchemaOrg::CommunicateAction include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems