Sha256: 2d6e0b603beb7a0836fc3b9cb04a3256fdd7156b7bc23da709da06baf2fb5bec
Contents?: true
Size: 475 Bytes
Versions: 3
Compression:
Stored size: 475 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: Single-family home. class SingleFamilyResidence < Mida::Vocabulary itemtype %r{http://schema.org/SingleFamilyResidence}i include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems