Sha256: 5126994881250c8a9905383afeba104562f2d9460fae1f2e2fb284d2d6e5483f

Contents?: true

Size: 208 Bytes

Versions: 9

Compression:

Stored size: 208 Bytes

Contents

module OpenStax::Connect
  class UserProvider

    def self.connect_user_to_app_user(connect_user)
      connect_user
    end

    def self.app_user_to_connect_user(app_user)
      app_user
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
openstax_connect-0.1.0 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.10 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.9 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.8 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.7 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.6 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.5 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.4 lib/openstax/connect/user_provider.rb
openstax_connect-0.0.3 lib/openstax/connect/user_provider.rb