Module: Cms::S3

Defined in:
lib/bcms_s3/s3_module.rb

Defined Under Namespace

Modules: ApplicationController, Attachment, AttachmentsController, ContentController

Class Attribute Summary collapse

Class Attribute Details

.enabledObject

Returns the value of attribute enabled.



5
6
7
# File 'lib/bcms_s3/s3_module.rb', line 5

def enabled
  @enabled
end

.heroku_cachingObject

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

.optionsObject

Returns the value of attribute options.



8
9
10
# File 'lib/bcms_s3/s3_module.rb', line 8

def options
  @options
end

.www_domain_prefixObject

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