Method: AWS::S3::Base::Response#inspect
- Defined in:
- lib/aws/s3/response.rb
permalink #inspect ⇒ Object
[View source]
59 60 61 |
# File 'lib/aws/s3/response.rb', line 59 def inspect "#<%s:0x%s %s %s>" % [self.class, object_id, response.code, response.] end |