Sha256: 3bd247a8b6efa3ac78dd05e9b671a5108ba516f2b6258bd73d7b14176418f857
Contents?: true
Size: 447 Bytes
Versions: 4
Compression:
Stored size: 447 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Place, 'mida_vocabulary/vocabularies/schemaorg/place' # The place where a person lives. class Residence < Mida::Vocabulary itemtype %r{http://schema.org/Residence}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place end end end
Version data entries
4 entries across 4 versions & 1 rubygems