Module: AWS::S3::Bucket::ACLProxy

Defined in:
lib/aws/s3/bucket.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bucketObject

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

Yields:

  • (_self)

Yield Parameters:



186
187
188
189
# File 'lib/aws/s3/bucket.rb', line 186

def change
  yield(self)
  bucket.acl = self
end