Sha256: 4cbb68948934f5fcd12832b040b3d95dd9cefd828c48ec768f46ba6c74045167
Contents?: true
Size: 532 Bytes
Versions: 4
Compression:
Stored size: 532 Bytes
Contents
require 'typesafe_enum' module OpenActive module Enums # [NOTICE: This enumeration is part of the Open Booking API Test Interface, and MUST NOT be used in production.] # An enumeration of open booking flows that an opportunity can be booked with. class TestOpenBookingFlowEnumeration < TypesafeEnum::Base new :OpenBookingSimpleFlow, "https://openactive.io/test-interface#OpenBookingSimpleFlow" new :OpenBookingApprovalFlow, "https://openactive.io/test-interface#OpenBookingApprovalFlow" end end end
Version data entries
4 entries across 4 versions & 1 rubygems