Class: Litestream::Configuration
- Inherits:
-
Object
- Object
- Litestream::Configuration
- Defined in:
- lib/litestream.rb
Instance Attribute Summary collapse
-
#replica_access_key ⇒ Object
Returns the value of attribute replica_access_key.
-
#replica_bucket ⇒ Object
Returns the value of attribute replica_bucket.
-
#replica_key_id ⇒ Object
Returns the value of attribute replica_key_id.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
32 33 |
# File 'lib/litestream.rb', line 32 def initialize end |
Instance Attribute Details
#replica_access_key ⇒ Object
Returns the value of attribute replica_access_key.
30 31 32 |
# File 'lib/litestream.rb', line 30 def replica_access_key @replica_access_key end |
#replica_bucket ⇒ Object
Returns the value of attribute replica_bucket.
30 31 32 |
# File 'lib/litestream.rb', line 30 def replica_bucket @replica_bucket end |
#replica_key_id ⇒ Object
Returns the value of attribute replica_key_id.
30 31 32 |
# File 'lib/litestream.rb', line 30 def replica_key_id @replica_key_id end |