Sha256: 39a1ab850139c1b495c6c33157efa7b9af1bc894517ea8543a59ad82a9771e17
Contents?: true
Size: 531 Bytes
Versions: 6
Compression:
Stored size: 531 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' # A bus station. class BusStation < Mida::Vocabulary itemtype %r{http://schema.org/BusStation}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