Sha256: 0ab5d326e5aef3685297b8902a8594296c77567423cacb6a87a87de83faca26c

Contents?: true

Size: 737 Bytes

Versions: 10

Compression:

Stored size: 737 Bytes

Contents

module OpenActive
  module Rpde
    class RpdeKind < TypesafeEnum::Base
      new :SESSION_SERIES, "SessionSeries"
      new :SCHEDULED_SESSION, "ScheduledSession"
      new :SCHEDULED_SESSION_SESSION_SERIES, "ScheduledSession.SessionSeries"
      new :SESSION_SERIES_SCHEDULED_SESSION, "SessionSeries.ScheduledSession"
      new :FACILITY_USE, "FacilityUse"
      new :INDIVIDUAL_FACILITY_USE, "IndividualFacilityUse"
      new :FACILITY_USE_SLOT, "FacilityUse/Slot"
      new :INDIVIDUAL_FACILITY_USE_SLOT, "IndividualFacilityUse/Slot"
      new :COURSE, "Course"
      new :COURSE_INSTANCE, "CourseInstance"
      new :HEADLINE_EVENT, "HeadlineEvent"
      new :EVENT, "Event"
      new :EVENT_SERIES, "EventSeries"
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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