Sha256: a58691054cbe504ed89b2069e174290ed0f6760cfeb1b97818440725b44414a2
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Product, 'mida_vocabulary/vocabularies/schemaorg/product' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A datasheet or vendor specification of a product (in the sense of a prototypical description). class ProductModel < Mida::Vocabulary itemtype %r{http://schema.org/ProductModel}i include_vocabulary Mida::SchemaOrg::Product 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/productmodel.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/productmodel.rb |