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