Module: AWS::S3::Bucket::ACLProxy
- Defined in:
- lib/aws/s3/bucket.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
Instance Method Summary collapse
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket.
184 185 186 |
# File 'lib/aws/s3/bucket.rb', line 184 def bucket @bucket end |
Instance Method Details
#change {|_self| ... } ⇒ Object
186 187 188 189 |
# File 'lib/aws/s3/bucket.rb', line 186 def change yield(self) bucket.acl = self end |