Class: Soap::Webservice::FaultError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ FaultError

Returns a new instance of FaultError.



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

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



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

def response
  @response
end