Returns a new instance of Response.
20 21 22 23 24
# File 'lib/expedition/response.rb', line 20 def initialize(normalized, raw) @body = normalized @raw = raw @status = Status.new(raw['STATUS']) end