Sha256: 780ce0f368053ecb9a9ad872e554aff30160be66963c0ce217bb45fe82de367d
Contents?: true
Size: 513 Bytes
Versions: 6
Compression:
Stored size: 513 Bytes
Contents
require 'mida/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida/vocabularies/schemaorg/thing' autoload :Place, 'mida/vocabularies/schemaorg/place' autoload :CivicStructure, 'mida/vocabularies/schemaorg/civicstructure' # Beach. class Beach < Mida::Vocabulary itemtype %r{http://schema.org/Beach}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Place include_vocabulary Mida::SchemaOrg::CivicStructure end end end
Version data entries
6 entries across 6 versions & 1 rubygems