class Rets::AuthorizationFailure
Attributes
body[R]
status[R]
Public Class Methods
new(status, body)
click to toggle source
Calls superclass method
# File lib/rets.rb, line 15 def initialize(status, body) @status = status @body = body super("HTTP status: #{status} (#{body})") end