Sha256: 3dabe3e3d52e8e3c97bb6a9e7bfe6dbe3e1faafea36a090df5fae27476f135bb
Contents?: true
Size: 452 Bytes
Versions: 10
Compression:
Stored size: 452 Bytes
Contents
require 'typesafe_enum' module OpenActive module Enums # [NOTICE: This is a beta enumeration, and is highly likely to change in future versions of this library.] # An enumeration of settings in which a facility can exist. class FacilitySettingType < TypesafeEnum::Base new :IndoorFacility, "https://openactive.io/ns-beta#IndoorFacility" new :OutdoorFacility, "https://openactive.io/ns-beta#OutdoorFacility" end end end
Version data entries
10 entries across 10 versions & 1 rubygems