Class: PgbackupsS3::Configuration
- Inherits:
-
Object
- Object
- PgbackupsS3::Configuration
- Defined in:
- lib/pgbackups_s3/configuration.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#capture_database ⇒ Object
Returns the value of attribute capture_database.
-
#directories ⇒ Object
Returns the value of attribute directories.
-
#restore_database ⇒ Object
Returns the value of attribute restore_database.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
19 20 21 |
# File 'lib/pgbackups_s3/configuration.rb', line 19 def access_key_id @access_key_id end |
#bucket ⇒ Object
Returns the value of attribute bucket.
19 20 21 |
# File 'lib/pgbackups_s3/configuration.rb', line 19 def bucket @bucket end |
#capture_database ⇒ Object
Returns the value of attribute capture_database.
19 20 21 |
# File 'lib/pgbackups_s3/configuration.rb', line 19 def capture_database @capture_database end |
#directories ⇒ Object
Returns the value of attribute directories.
19 20 21 |
# File 'lib/pgbackups_s3/configuration.rb', line 19 def directories @directories end |
#restore_database ⇒ Object
Returns the value of attribute restore_database.
19 20 21 |
# File 'lib/pgbackups_s3/configuration.rb', line 19 def restore_database @restore_database end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
19 20 21 |
# File 'lib/pgbackups_s3/configuration.rb', line 19 def secret_access_key @secret_access_key end |