Sha256: 5e000a4100b46d42bb676fb048ff4dc9b44bf376fc697d9e5daf21699e2f7c04
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/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
4 entries across 4 versions & 1 rubygems