Sha256: 7d4b2b0754d85cbe4f8f758f1bfe141a2533293e756f0c59bcc3c530c08728f9
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :ContactPoint, 'mida_vocabulary/vocabularies/schemaorg/contactpoint' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The mailing address. class PostalAddress < Mida::Vocabulary itemtype %r{http://schema.org/PostalAddress}i include_vocabulary Mida::SchemaOrg::ContactPoint include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mida_vocabulary-0.2 | lib/mida_vocabulary/vocabularies/schemaorg/postaladdress.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/postaladdress.rb |