class Typhoeus::Request

def marshal_load(attributes)

def marshal_load(attributes)
  attributes.each { |name, value| instance_variable_set(name, value) }
end