Class: AWS::S3::S3Object::Response

Inherits:
Base::Response show all
Defined in:
lib/aws/s3/response.rb

Instance Attribute Summary

Attributes inherited from Base::Response

#body, #parsed, #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

#etagObject



75
76
77
# File 'lib/aws/s3/response.rb', line 75

def etag
  headers['etag'][1...-1]
end