Sha256: afce75c0e58d538f6d5f7f15b02e5bb963cee7bae7513f921402e31d7e1fb3c0
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A service provided by an organization, e.g. delivery service, print services, etc. class Service < Mida::Vocabulary itemtype %r{http://schema.org/Service}i 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/service.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/service.rb |