Class: S3Secure::Policy::Document::Base
- Inherits:
-
Object
- Object
- S3Secure::Policy::Document::Base
show all
- Extended by:
- Memoist
- Defined in:
- lib/s3_secure/policy/document/base.rb
Instance Method Summary
collapse
Constructor Details
#initialize(bucket, bucket_policy) ⇒ Base
5
6
7
8
|
# File 'lib/s3_secure/policy/document/base.rb', line 5
def initialize(bucket, bucket_policy)
@bucket, @bucket_policy = bucket, bucket_policy
end
|
Instance Method Details
#checker ⇒ Object
10
11
12
|
# File 'lib/s3_secure/policy/document/base.rb', line 10
def checker
S3Secure::Policy::Checker.new(@bucket_policy)
end
|