Module: Technoweenie::AttachmentFu::Backends::S3Backend::ClassMethods
- Defined in:
- lib/technoweenie/attachment_fu/backends/s3_backend.rb
Instance Method Summary collapse
Instance Method Details
#s3_hostname ⇒ Object
167 168 169 |
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 167 def s3_hostname Technoweenie::AttachmentFu::Backends::S3Backend.hostname end |
#s3_port_string ⇒ Object
171 172 173 |
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 171 def s3_port_string Technoweenie::AttachmentFu::Backends::S3Backend.port_string end |
#s3_protocol ⇒ Object
163 164 165 |
# File 'lib/technoweenie/attachment_fu/backends/s3_backend.rb', line 163 def s3_protocol Technoweenie::AttachmentFu::Backends::S3Backend.protocol end |