lib/ezclient/errors.rb in ezclient-0.6.0 vs lib/ezclient/errors.rb in ezclient-0.6.1

- old
+ new

@@ -5,7 +5,11 @@ attr_accessor :response def initialize(response) self.response = response end + + def message + "Bad response code: #{response.code}" + end end end