Class: S3::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/s3sync/S3.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Response

Returns a new instance of Response.



654
655
656
# File 'lib/s3sync/S3.rb', line 654

def initialize(response)
  @http_response = response
end

Instance Attribute Details

#http_responseObject (readonly)

Returns the value of attribute http_response.



653
654
655
# File 'lib/s3sync/S3.rb', line 653

def http_response
  @http_response
end