Class: AWS::S3::S3Object::Response
- Inherits:
-
Base::Response
- Object
- String
- Base::Response
- AWS::S3::S3Object::Response
- Defined in:
- lib/aws-matt/s3/response.rb
Instance Attribute Summary
Attributes inherited from Base::Response
Instance Method Summary collapse
Methods inherited from Base::Response
#[], #code, #each, #error, #error?, #headers, #initialize, #inspect
Constructor Details
This class inherits a constructor from AWS::S3::Base::Response
Instance Method Details
#etag ⇒ Object
75 76 77 |
# File 'lib/aws-matt/s3/response.rb', line 75 def etag headers['etag'][1...-1] end |