Sha256: 5b7f4de18de737599e2c333b5e505c85e90d397a3d37b09799afbb8910f2a990
Contents?: true
Size: 482 Bytes
Versions: 4
Compression:
Stored size: 482 Bytes
Contents
require 'typesafe_enum' module OpenActive module Enums module Schema # A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#Labor-BringIn\n* http://purl.org/goodrelations/v1#PartsAndLabor-BringIn\n* http://purl.org/goodrelations/v1#PartsAndLabor-PickUp # class WarrantyScope < TypesafeEnum::Base end end end end
Version data entries
4 entries across 4 versions & 1 rubygems