Sha256: 5fbe5e2ceddc9c89c9eb704377e5ba0d6ebb2495fde09c4b0ad906efacaf432c
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 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 positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants. class LikeAction < Mida::Vocabulary itemtype %r{http://schema.org/LikeAction}i include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems