Sha256: 5031be5e29dcab449bfe94d1881c587d7f837d8959c9b0306c7a11d756125816
Contents?: true
Size: 389 Bytes
Versions: 7
Compression:
Stored size: 389 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg' class Mass < Mida::Vocabulary itemtype %r{http://schema.org/Mass}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
7 entries across 6 versions & 1 rubygems