Currently, our `Response` class is nothing more than an `initialize` message that sets up attributes. Should we replace that with a `Hash`, for more beginner-friendliness? This will also make it `ap` slightly better.
Currently, our
Responseclass is nothing more than aninitializemessage that sets up attributes.Should we replace that with a
Hash, for more beginner-friendliness? This will also make itapslightly better.