Module: Cms::S3
- Defined in:
- lib/bcms_s3/s3_module.rb
Defined Under Namespace
Modules: ApplicationController, ContentController
Class Attribute Summary collapse
-
.heroku_caching ⇒ Object
Returns the value of attribute heroku_caching.
-
.options ⇒ Object
Returns the value of attribute options.
-
.www_domain_prefix ⇒ Object
Returns the value of attribute www_domain_prefix.
Class Attribute Details
.heroku_caching ⇒ Object
Returns the value of attribute heroku_caching.
4 5 6 |
# File 'lib/bcms_s3/s3_module.rb', line 4 def heroku_caching @heroku_caching end |
.options ⇒ Object
Returns the value of attribute options.
6 7 8 |
# File 'lib/bcms_s3/s3_module.rb', line 6 def @options end |
.www_domain_prefix ⇒ Object
Returns the value of attribute www_domain_prefix.
5 6 7 |
# File 'lib/bcms_s3/s3_module.rb', line 5 def www_domain_prefix @www_domain_prefix end |