Exception: Handsoap::HttpError
- Inherits:
-
StandardError
- Object
- StandardError
- Handsoap::HttpError
- Defined in:
- lib/handsoap/service.rb
Instance Attribute Summary (collapse)
-
- (Object) response
readonly
Returns the value of attribute response.
Instance Method Summary (collapse)
-
- (HttpError) initialize(response)
constructor
A new instance of HttpError.
Constructor Details
- (HttpError) initialize(response)
A new instance of HttpError
114 115 116 117 |
# File 'lib/handsoap/service.rb', line 114 def initialize(response) @response = response super() end |
Instance Attribute Details
- (Object) response (readonly)
Returns the value of attribute response
113 114 115 |
# File 'lib/handsoap/service.rb', line 113 def response @response end |