Class: S3::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/s3-ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Response

Returns a new instance of Response.



603
604
605
# File 'lib/s3-ruby.rb', line 603

def initialize(response)
  @http_response = response
end

Instance Attribute Details

#http_responseObject (readonly)

Returns the value of attribute http_response.



602
603
604
# File 'lib/s3-ruby.rb', line 602

def http_response
  @http_response
end