Sha256: 6333f39fcb0a4b168204989a2c35089ddbe5e91ab57184dd2687e3e620f72eb2
Contents?: true
Size: 468 Bytes
Versions: 6
Compression:
Stored size: 468 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Organization, 'mida/vocabularies/schemaorg/organization' # A governmental organization or agency. class GovernmentOrganization < Mida::Vocabulary itemtype %r{http://schema.org/GovernmentOrganization}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Organization end end end
Version data entries
6 entries across 6 versions & 1 rubygems