Module: S3Lib::AclAccess
- Defined in:
- lib/acl_access.rb
Instance Method Summary collapse
Instance Method Details
#acl(params = {}) ⇒ Object
8 9 10 11 |
# File 'lib/acl_access.rb', line 8 def acl(params = {}) refresh_acl if params[:refresh] @acl || get_acl end |
#refresh_acl ⇒ Object
4 5 6 |
# File 'lib/acl_access.rb', line 4 def refresh_acl get_acl end |