Class: AWS::S3::S3Object::Value
- Inherits:
-
String
- Object
- String
- AWS::S3::S3Object::Value
- Defined in:
- lib/aws/s3/object.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Value
constructor
A new instance of Value.
Constructor Details
#initialize(response) ⇒ Value
Returns a new instance of Value.
328 329 330 331 |
# File 'lib/aws/s3/object.rb', line 328 def initialize(response) super(response.body) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
327 328 329 |
# File 'lib/aws/s3/object.rb', line 327 def response @response end |