Method: Webmention::Response#inspect
- Defined in:
- lib/webmention/response.rb
#inspect ⇒ String
:nocov:
51 52 53 54 55 56 |
# File 'lib/webmention/response.rb', line 51 def inspect "#<#{self.class}:#{format('%#0x', object_id)} " \ "code: #{code.inspect}, " \ "reason: #{reason}, " \ "url: #{request.uri}>" end |