Class: SdbDal::S3::Response

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Response

Returns a new instance of Response.



535
536
537
# File 'lib/sdb_dal/s3.rb', line 535

def initialize(response)
  @http_response = response
end

Instance Attribute Details

#http_responseObject (readonly)

Returns the value of attribute http_response.



534
535
536
# File 'lib/sdb_dal/s3.rb', line 534

def http_response
  @http_response
end