Exception: Fetion::SipcException
- Inherits:
-
FetionException
- Object
- Exception
- FetionException
- Fetion::SipcException
- Defined in:
- lib/rfetion/fetion.rb
Instance Attribute Summary collapse
-
#first_line ⇒ Object
readonly
Returns the value of attribute first_line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(sipc_response, message) ⇒ SipcException
constructor
A new instance of SipcException.
Constructor Details
#initialize(sipc_response, message) ⇒ SipcException
Returns a new instance of SipcException.
572 573 574 575 |
# File 'lib/rfetion/fetion.rb', line 572 def initialize(sipc_response, ) @first_line = sipc_response.first_line @message = end |
Instance Attribute Details
#first_line ⇒ Object (readonly)
Returns the value of attribute first_line.
570 571 572 |
# File 'lib/rfetion/fetion.rb', line 570 def first_line @first_line end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
570 571 572 |
# File 'lib/rfetion/fetion.rb', line 570 def @message end |