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.



57
58
59
60
# File 'lib/handsoap/service.rb', line 57

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

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



56
57
58
# File 'lib/handsoap/service.rb', line 56

def response
  @response
end