Method: AlfaInsurance::Response#initialize

Defined in:
lib/alfa_insurance/response.rb

#initialize(soap_response) ⇒ Response

Returns a new instance of Response.



3
4
5
# File 'lib/alfa_insurance/response.rb', line 3

def initialize(soap_response)
  @raw_response = soap_response
end