Sha256: 0854129c063026df9df4aad93acec0d52c3f43d6dc29a0f26ad791f31a348f39
Contents?: true
Size: 403 Bytes
Versions: 6
Compression:
Stored size: 403 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' # A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc. class Intangible < Mida::Vocabulary itemtype %r{http://schema.org/Intangible}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
6 entries across 6 versions & 1 rubygems