Exception: OnSIP::Exceptions::OnSIPRequestError

Inherits:
OnSIPError
  • Object
show all
Defined in:
lib/onsip/exceptions.rb

Instance Attribute Summary

Attributes inherited from OnSIPError

#object

Instance Method Summary collapse

Methods inherited from OnSIPError

#initialize, #message, #to_s

Constructor Details

This class inherits a constructor from OnSIP::Exceptions::OnSIPError

Instance Method Details

#responseObject



24
25
26
# File 'lib/onsip/exceptions.rb', line 24

def response
  @object[:response]
end