Sha256: b97de7908c66181c12717321c5991269ae85cb7dc934fc00a14a5ec6a7195122
Contents?: true
Size: 522 Bytes
Versions: 6
Compression:
Stored size: 522 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 stop. class BusStop < Mida::Vocabulary itemtype %r{http://schema.org/BusStop}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