Sha256: fed00f218a38d5841fca0f5e0b51dabc0264f6ee6f6dbbfda321dd5ba871b4ea

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 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: Apartment complex.
    class ApartmentComplex < Mida::Vocabulary
      itemtype %r{http://schema.org/ApartmentComplex}i
      include_vocabulary Mida::SchemaOrg::Place
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/apartmentcomplex.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/apartmentcomplex.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/apartmentcomplex.rb