Sha256: 0cd151943ff5c6d562cd3fae05e80c51ed832b9b8392a27e7cba5384f5a0c174
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
require 'mida_vocabulary/datatype' module Mida module SchemaOrg # A predefined value for a product characteristic, e.g. the the power cord plug type "US" or the garment sizes "S", "M", "L", and "XL" class QualitativeValue < Mida::DataType::Enumeration VALID_VALUES = [ [::Mida::DataType::URL, %r{http://schema.org/}i] ] end end end
Version data entries
3 entries across 2 versions & 1 rubygems