Exception: Handsoap::HttpError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/handsoap/service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ HttpError

Returns a new instance of HttpError.



122
123
124
125
# File 'lib/handsoap/service.rb', line 122

def initialize(response)
  @response = response
  super()
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



121
122
123
# File 'lib/handsoap/service.rb', line 121

def response
  @response
end