Skip to content

Commit

Permalink
inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Jun 18, 2024
1 parent 3f56e33 commit 357aff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ezclient/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ def error?
def inspect
{ request: http_request.inspect, response: http_response.inspect }.to_s
end

def to_s
inspect
end
end

0 comments on commit 357aff0

Please sign in to comment.