class Rets::NoObjectFound
Constants
- ERROR_CODE
Attributes
reply_text[R]
Public Class Methods
new(reply_text)
click to toggle source
Calls superclass method
# File lib/rets.rb, line 36 def initialize(reply_text) @reply_text = reply_text super("Got error code #{ERROR_CODE} (#{reply_text})") end