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.



114
115
116
117
# File 'lib/handsoap/service.rb', line 114

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

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



113
114
115
# File 'lib/handsoap/service.rb', line 113

def response
  @response
end