diff --git a/src/mechanize/file.cr b/src/mechanize/file.cr index 1e6b22a..d072768 100644 --- a/src/mechanize/file.cr +++ b/src/mechanize/file.cr @@ -1,8 +1,8 @@ require "http/client" class MechanizeCr::File #property :body, :filename - property :body, :code, uri - def initialize(uri : URI, response : ::HTTP::Client::Response | Nil, body : String , code : Int32 | Nil) + property :body, :code, uri, :response + def initialize(uri : URI, response : ::HTTP::Client::Response, body : String , code : Int32) @uri = uri @body = body @code = code