class SisRuby::Client::AuthenticationError

Public Class Methods

new(response) click to toggle source
# File lib/sis_ruby/client.rb, line 75
def initialize(response)
  @response = response
end

Public Instance Methods

to_s() click to toggle source
# File lib/sis_ruby/client.rb, line 79
def to_s
  @response.options[:response_headers].split("\r\n").first
end