Class: AudioFeedManager::Config
- Inherits:
-
Struct
- Object
- Struct
- AudioFeedManager::Config
- Includes:
- HashConstructor
- Defined in:
- lib/audio_feed_manager/config.rb
Instance Attribute Summary collapse
-
#s3_access_key ⇒ Object
Returns the value of attribute s3_access_key.
-
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket.
-
#s3_region ⇒ Object
Returns the value of attribute s3_region.
-
#s3_secret ⇒ Object
Returns the value of attribute s3_secret.
Method Summary
Methods included from HashConstructor
Instance Attribute Details
#s3_access_key ⇒ Object
Returns the value of attribute s3_access_key
2 3 4 |
# File 'lib/audio_feed_manager/config.rb', line 2 def s3_access_key @s3_access_key end |
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket
2 3 4 |
# File 'lib/audio_feed_manager/config.rb', line 2 def s3_bucket @s3_bucket end |
#s3_region ⇒ Object
Returns the value of attribute s3_region
2 3 4 |
# File 'lib/audio_feed_manager/config.rb', line 2 def s3_region @s3_region end |
#s3_secret ⇒ Object
Returns the value of attribute s3_secret
2 3 4 |
# File 'lib/audio_feed_manager/config.rb', line 2 def s3_secret @s3_secret end |