Sha256: 6e9cd7667a686f62396c5bf70bc3d44a984e93bd2a418a674433dc8504a93dda

Contents?: true

Size: 368 Bytes

Versions: 17

Compression:

Stored size: 368 Bytes

Contents

# frozen_string_literal: true

module WorkOS
  # Types contains a few structs wrapping up common data structures.
  module Types
    autoload :Provider, 'workos/types/provider'
    autoload :Intent, 'workos/types/intent'
    autoload :ListStruct, 'workos/types/list_struct'
    autoload :PasswordlessSessionStruct, 'workos/types/passwordless_session_struct'
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
workos-5.8.0 lib/workos/types.rb
workos-5.7.0 lib/workos/types.rb
workos-5.6.0 lib/workos/types.rb
workos-5.5.1 lib/workos/types.rb
workos-5.5.0 lib/workos/types.rb
workos-5.4.0 lib/workos/types.rb
workos-5.3.0 lib/workos/types.rb
workos-5.2.1 lib/workos/types.rb
workos-5.2.0 lib/workos/types.rb
workos-5.1.0 lib/workos/types.rb
workos-5.0.0 lib/workos/types.rb
workos-4.8.0 lib/workos/types.rb
workos-4.5.0 lib/workos/types.rb
workos-4.4.0 lib/workos/types.rb
workos-4.3.0 lib/workos/types.rb
workos-4.2.1 lib/workos/types.rb
workos-4.2.0 lib/workos/types.rb