Sha256: 0c9c27db83f5691782a785f2eeff5e57dec5adb7e3b5c53ab131f70765dd549d
Contents?: true
Size: 443 Bytes
Versions: 6
Compression:
Stored size: 443 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Place, 'mida/vocabularies/schemaorg/place' # Residence type: Gated community. class GatedResidenceCommunity < Mida::Vocabulary itemtype %r{http://schema.org/GatedResidenceCommunity}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
6 entries across 6 versions & 1 rubygems