Sha256: 2477400719ce0cfe60b91db0e2915ec4ef11a138db7b1240028f5042242b1047

Contents?: true

Size: 417 Bytes

Versions: 6

Compression:

Stored size: 417 Bytes

Contents

require 'typesafe_enum'

module OpenActive
  module Enums
    module Schema
      class EventStatusType < TypesafeEnum::Base
        new :EventCancelled, "https://schema.org/EventCancelled"
        new :EventPostponed, "https://schema.org/EventPostponed"
        new :EventRescheduled, "https://schema.org/EventRescheduled"
        new :EventScheduled, "https://schema.org/EventScheduled"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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