class Opsmgr::Api::CreateFirstUserError
Public Instance Methods
user_already_existed?()
click to toggle source
# File lib/opsmgr/api/results.rb, line 267 def user_already_existed? response.code == '401' end
# File lib/opsmgr/api/results.rb, line 267 def user_already_existed? response.code == '401' end