Class: S3mirror::Configuration
- Inherits:
-
Object
- Object
- S3mirror::Configuration
- Defined in:
- lib/s3mirror/configuration.rb
Instance Attribute Summary collapse
-
#s3_main ⇒ Object
Returns the value of attribute s3_main.
-
#s3_mirrors ⇒ Object
Returns the value of attribute s3_mirrors.
-
#temp_download_folder ⇒ Object
Returns the value of attribute temp_download_folder.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/s3mirror/configuration.rb', line 6 def initialize end |
Instance Attribute Details
#s3_main ⇒ Object
Returns the value of attribute s3_main.
4 5 6 |
# File 'lib/s3mirror/configuration.rb', line 4 def s3_main @s3_main end |
#s3_mirrors ⇒ Object
Returns the value of attribute s3_mirrors.
4 5 6 |
# File 'lib/s3mirror/configuration.rb', line 4 def s3_mirrors @s3_mirrors end |
#temp_download_folder ⇒ Object
Returns the value of attribute temp_download_folder.
4 5 6 |
# File 'lib/s3mirror/configuration.rb', line 4 def temp_download_folder @temp_download_folder end |