Class: KamalBackup::Config::ConfigData
- Inherits:
-
Struct
- Object
- Struct
- KamalBackup::Config::ConfigData
- Defined in:
- lib/kamal_backup/config.rb
Instance Attribute Summary collapse
-
#database_definitions ⇒ Object
Returns the value of attribute database_definitions.
-
#env ⇒ Object
Returns the value of attribute env.
-
#path_definitions ⇒ Object
Returns the value of attribute path_definitions.
-
#restore_from_definitions ⇒ Object
Returns the value of attribute restore_from_definitions.
Class Method Summary collapse
Instance Attribute Details
#database_definitions ⇒ Object
Returns the value of attribute database_definitions
51 52 53 |
# File 'lib/kamal_backup/config.rb', line 51 def database_definitions @database_definitions end |
#env ⇒ Object
Returns the value of attribute env
51 52 53 |
# File 'lib/kamal_backup/config.rb', line 51 def env @env end |
#path_definitions ⇒ Object
Returns the value of attribute path_definitions
51 52 53 |
# File 'lib/kamal_backup/config.rb', line 51 def path_definitions @path_definitions end |
#restore_from_definitions ⇒ Object
Returns the value of attribute restore_from_definitions
51 52 53 |
# File 'lib/kamal_backup/config.rb', line 51 def restore_from_definitions @restore_from_definitions end |
Class Method Details
.empty ⇒ Object
53 54 55 |
# File 'lib/kamal_backup/config.rb', line 53 def self.empty new(env: {}, database_definitions: nil, path_definitions: nil, restore_from_definitions: nil) end |