Sha256: 0fcbee23b9150d9c33694b6cc7e705e51ffa8279d8e13076b60d1a0d40c6e8a8

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 Bytes

Contents

require 'typesafe_enum'

module OpenActive
  module Enums
    module Schema
      # A range 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

2 entries across 2 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/enums/schema/warranty_scope.rb
openactive-0.4.0 lib/openactive/enums/schema/warranty_scope.rb