lib/mirage/client/response.rb in mirage-2.3.0 vs lib/mirage/client/response.rb in mirage-2.4.0

- old
+ new

@@ -1,9 +1,9 @@ require 'ostruct' module Mirage class Response - attr_accessor :content_type,:method, :response_code, :pattern, :default, :status, :delay + attr_accessor :content_type,:method, :pattern, :default, :status, :delay attr_reader :value def initialize response @content_type = 'text/plain' @value = response \ No newline at end of file