Sha256: 7624a3091c364d94601c9e1f364f4f88805d3161401428f47749ba2b8394cfe2

Contents?: true

Size: 170 Bytes

Versions: 16

Compression:

Stored size: 170 Bytes

Contents

module Zoom
  module Constants
    module User
      TYPES = {
        'basic' => 1,
        'pro' => 2,
        'corp' => 3
      }.freeze # no default
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

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