Sha256: 6d7282dda3c85df6e3a38874b3bcb5145647e3be8f4e8916165770a75ba99046
Contents?: true
Size: 566 Bytes
Versions: 3
Compression:
Stored size: 566 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants. class DislikeAction < Mida::Vocabulary itemtype %r{http://schema.org/DislikeAction}i include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems