Sha256: 37f3618282af760aeeae49f85751e0625ccb31b2f240c836da90afe309b1a3f7
Contents?: true
Size: 425 Bytes
Versions: 7
Compression:
Stored size: 425 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/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
7 entries across 6 versions & 1 rubygems