Sha256: f1cadea2a5b793807554329f8240de8e5506e83a9197ebbf38c3bccde64bf97e

Contents?: true

Size: 358 Bytes

Versions: 6

Compression:

Stored size: 358 Bytes

Contents

require 'typesafe_enum'

module OpenActive
  module Enums
    module Schema
      # A type of boarding policy used by an airline.
      class BoardingPolicyType < TypesafeEnum::Base
        new :GroupBoardingPolicy, "https://schema.org/GroupBoardingPolicy"
        new :ZoneBoardingPolicy, "https://schema.org/ZoneBoardingPolicy"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/enums/schema/boarding_policy_type.rb
openactive-0.4.0 lib/openactive/enums/schema/boarding_policy_type.rb
openactive-0.3.0 lib/openactive/enums/schema/boarding_policy_type.rb
openactive-0.2.2 lib/openactive/enums/schema/boarding_policy_type.rb
openactive-0.2.1 lib/openactive/enums/schema/boarding_policy_type.rb
openactive-0.2.0 lib/openactive/enums/schema/boarding_policy_type.rb