Module: Cms::S3
- Defined in:
- lib/bcms_s3/s3_module.rb
Defined Under Namespace
Modules: ApplicationController, Attachment, AttachmentsController, ContentController
Class Attribute Summary collapse
-
.enabled ⇒ Object
Returns the value of attribute enabled.
-
.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
.enabled ⇒ Object
Returns the value of attribute enabled.
5 6 7 |
# File 'lib/bcms_s3/s3_module.rb', line 5 def enabled @enabled end |
.heroku_caching ⇒ Object
Returns the value of attribute heroku_caching.
6 7 8 |
# File 'lib/bcms_s3/s3_module.rb', line 6 def heroku_caching @heroku_caching end |
.options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/bcms_s3/s3_module.rb', line 8 def @options end |
.www_domain_prefix ⇒ Object
Returns the value of attribute www_domain_prefix.
7 8 9 |
# File 'lib/bcms_s3/s3_module.rb', line 7 def www_domain_prefix @www_domain_prefix end |