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