Module: S3Assets
- Defined in:
- lib/s3_assets.rb,
lib/s3_assets/version.rb
Defined Under Namespace
Modules: Relations, Utility Classes: Error, Model, Uploader
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.aws_access_key_id ⇒ Object
Returns the value of attribute aws_access_key_id.
-
.aws_region ⇒ Object
Returns the value of attribute aws_region.
-
.aws_secret_access_key ⇒ Object
Returns the value of attribute aws_secret_access_key.
-
.cloudfront_host ⇒ Object
Returns the value of attribute cloudfront_host.
-
.dj_priority ⇒ Object
Returns the value of attribute dj_priority.
-
.fog_host ⇒ Object
Returns the value of attribute fog_host.
-
.fog_permanent_bucket ⇒ Object
Returns the value of attribute fog_permanent_bucket.
-
.fog_temp_bucket ⇒ Object
Returns the value of attribute fog_temp_bucket.
-
.max_file_size ⇒ Object
Returns the value of attribute max_file_size.
-
.processing_enabled ⇒ Object
Returns the value of attribute processing_enabled.
-
.upload_expiration ⇒ Object
Returns the value of attribute upload_expiration.
Class Attribute Details
.aws_access_key_id ⇒ Object
Returns the value of attribute aws_access_key_id.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def aws_access_key_id @aws_access_key_id end |
.aws_region ⇒ Object
Returns the value of attribute aws_region.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def aws_region @aws_region end |
.aws_secret_access_key ⇒ Object
Returns the value of attribute aws_secret_access_key.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def aws_secret_access_key @aws_secret_access_key end |
.cloudfront_host ⇒ Object
Returns the value of attribute cloudfront_host.
7 8 9 |
# File 'lib/s3_assets.rb', line 7 def cloudfront_host @cloudfront_host end |
.dj_priority ⇒ Object
Returns the value of attribute dj_priority.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def dj_priority @dj_priority end |
.fog_host ⇒ Object
Returns the value of attribute fog_host.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def fog_host @fog_host end |
.fog_permanent_bucket ⇒ Object
Returns the value of attribute fog_permanent_bucket.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def fog_permanent_bucket @fog_permanent_bucket end |
.fog_temp_bucket ⇒ Object
Returns the value of attribute fog_temp_bucket.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def fog_temp_bucket @fog_temp_bucket end |
.max_file_size ⇒ Object
Returns the value of attribute max_file_size.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def max_file_size @max_file_size end |
.processing_enabled ⇒ Object
Returns the value of attribute processing_enabled.
8 9 10 |
# File 'lib/s3_assets.rb', line 8 def processing_enabled @processing_enabled end |
.upload_expiration ⇒ Object
Returns the value of attribute upload_expiration.
5 6 7 |
# File 'lib/s3_assets.rb', line 5 def upload_expiration @upload_expiration end |