Sha256: a7fa6ed9e9ca22fbeca1daefe7fe703f9916fb889ce1d2be71e155950bce6648
Contents?: true
Size: 383 Bytes
Versions: 3
Compression:
Stored size: 383 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Properties that take Energy 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
3 entries across 2 versions & 1 rubygems