Sha256: 961b32e41644076bd54948793b322041998747e679c4f0cc04cdbfcb7e791fe2
Contents?: true
Size: 418 Bytes
Versions: 7
Compression:
Stored size: 418 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Structured values are strings - for example, addresses - that have certain constraints on their structure. class StructuredValue < Mida::Vocabulary itemtype %r{http://schema.org/StructuredValue}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
7 entries across 6 versions & 1 rubygems