Module: AWS::S3::S3Object::ACLProxy
- Defined in:
- lib/aws/s3/s3_object.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
Returns the value of attribute object.
Instance Method Summary collapse
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object.
710 711 712 |
# File 'lib/aws/s3/s3_object.rb', line 710 def object @object end |
Instance Method Details
#change {|_self| ... } ⇒ Object
712 713 714 715 |
# File 'lib/aws/s3/s3_object.rb', line 712 def change yield(self) object.acl = self end |