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