Sha256: dc23758585c64d5dd36248669d0b7c4418d956b8a205e3f8c6eab8932ef66903
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A point value or interval for product characteristics and other purposes. class QuantitativeValue < Mida::Vocabulary itemtype %r{http://schema.org/QuantitativeValue}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/quantitativevalue.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/quantitativevalue.rb |