Class: S3::Response
- Inherits:
-
Object
- Object
- S3::Response
- Defined in:
- lib/s3sync/S3.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#http_response ⇒ Object
readonly
Returns the value of attribute http_response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize(response) ⇒ Response
Returns a new instance of Response.
649 650 651 |
# File 'lib/s3sync/S3.rb', line 649 def initialize(response) @http_response = response end |
Instance Attribute Details
#http_response ⇒ Object (readonly)
Returns the value of attribute http_response.
648 649 650 |
# File 'lib/s3sync/S3.rb', line 648 def http_response @http_response end |