Sha256: 15c3f06c8d2c655f23951a97c50deae6555084ba2375d3146d472bb5dcc8a95a
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :AllocateAction, 'mida_vocabulary/vocabularies/schemaorg/allocateaction' autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of rejecting to/adopting an object.Related actions:AcceptAction: The antagonym of RejectAction. class RejectAction < Mida::Vocabulary itemtype %r{http://schema.org/RejectAction}i include_vocabulary Mida::SchemaOrg::AllocateAction include_vocabulary Mida::SchemaOrg::Action include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems