lib/uaa/scim.rb in cf-uaa-lib-1.3.10 vs lib/uaa/scim.rb in cf-uaa-lib-2.0.0

- old
+ new

@@ -97,9 +97,11 @@ # @param [Hash] options can be # * +:symbolize_keys+, if true, returned hash keys are symbols. def initialize(target, auth_header, options = {}) @target, @auth_header = target, auth_header @key_style = options[:symbolize_keys] ? :downsym : :down + self.http_proxy = options[:http_proxy] + self.https_proxy = options[:https_proxy] end # Convenience method to get the naming attribute, e.g. userName for user, # displayName for group, client_id for client. # @param type (see #add)