Sha256: 79fa37d19bbd5e437db1a7a54139b5226ee0bda18b6b140a7bd9ec4d188b1e5b

Contents?: true

Size: 360 Bytes

Versions: 16

Compression:

Stored size: 360 Bytes

Contents

module Zoom
  module Constants
    module Webinar
      REGISTRATION_TYPES = {
        1 => 'Attendees register once and can attend any of the occurrences', # default
        2 => 'Attendees need to register for each occurrence to attend',
        3 => 'Attendees register once and can choose one or more occurrences to attend'
      }.freeze
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
zoom_rb-1.1.11 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.10 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.9 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.8 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.7 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.6 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.5 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.4 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.3 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.2 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.1 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.1.0 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.0.2 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.0.1 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-1.0.0 lib/zoom/constants/webinar/registration_types.rb
zoom_rb-0.11.0 lib/zoom/constants/webinar/registration_types.rb