Module: Service::Client::BaseResponse

Included in:
Redirection, Response
Defined in:
lib/service-client/base_response.rb

Instance Method Summary collapse

Instance Method Details

#initialize(raw_response) ⇒ Object



2
3
4
# File 'lib/service-client/base_response.rb', line 2

def initialize(raw_response)
  @raw_response = raw_response
end

#rawObject



6
7
8
# File 'lib/service-client/base_response.rb', line 6

def raw
  @raw_response
end