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