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

Version Path
openactive-0.5.0 lib/openactive/enums/facility_setting_type.rb
openactive-0.4.0 lib/openactive/enums/facility_setting_type.rb
openactive-0.3.0 lib/openactive/enums/facility_setting_type.rb
openactive-0.2.2 lib/openactive/enums/facility_setting_type.rb
openactive-0.2.1 lib/openactive/enums/facility_setting_type.rb
openactive-0.2.0 lib/openactive/enums/facility_setting_type.rb
openactive-0.1.2 lib/openactive/enums/facility_setting_type.rb
openactive-0.1.1 lib/openactive/enums/facility_setting_type.rb
openactive-0.1.0 lib/openactive/enums/facility_setting_type.rb
openactive-0.1.0.rc1 lib/openactive/enums/facility_setting_type.rb