Class: Aliyun::OSS::OSSObject::Response
- Inherits:
-
Base::Response
- Object
- String
- Base::Response
- Aliyun::OSS::OSSObject::Response
- Defined in:
- lib/aliyun/oss/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
Methods inherited from String
#previous, #previous!, #remove_extended, #remove_extended!, #tap, #to_header, #underscore, #valid_utf8?
Constructor Details
This class inherits a constructor from Aliyun::OSS::Base::Response
Instance Method Details
#etag ⇒ Object
76 77 78 |
# File 'lib/aliyun/oss/response.rb', line 76 def etag headers['etag'][1...-1] end |