Exception: Soap::Webservice::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/soap/webservice/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Error

Returns a new instance of Error.



9
10
11
# File 'lib/soap/webservice/error.rb', line 9

def initialize(response)
  @reseponse = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



7
8
9
# File 'lib/soap/webservice/error.rb', line 7

def response
  @response
end