Class: Soap::Webservice::FaultError
- Inherits:
-
Object
- Object
- Soap::Webservice::FaultError
- Defined in:
- lib/soap/webservice/fault_error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ FaultError
constructor
A new instance of FaultError.
Constructor Details
#initialize(response) ⇒ FaultError
Returns a new instance of FaultError.
9 10 11 |
# File 'lib/soap/webservice/fault_error.rb', line 9 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
7 8 9 |
# File 'lib/soap/webservice/fault_error.rb', line 7 def response @response end |