Class: AWS::S3::S3Object::Value
- Inherits:
-
String
- Object
- String
- AWS::S3::S3Object::Value
- Defined in:
- lib/aws-matt/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.
319 320 321 322 |
# File 'lib/aws-matt/s3/object.rb', line 319 def initialize(response) super(response.body) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
318 319 320 |
# File 'lib/aws-matt/s3/object.rb', line 318 def response @response end |