Class: BackupRestore::DatabaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- BackupRestore::DatabaseConfiguration
- Defined in:
- lib/backup_restore.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#database ⇒ Object
Returns the value of attribute database
123 124 125 |
# File 'lib/backup_restore.rb', line 123 def database @database end |
#host ⇒ Object
Returns the value of attribute host
123 124 125 |
# File 'lib/backup_restore.rb', line 123 def host @host end |
#password ⇒ Object
Returns the value of attribute password
123 124 125 |
# File 'lib/backup_restore.rb', line 123 def password @password end |
#port ⇒ Object
Returns the value of attribute port
123 124 125 |
# File 'lib/backup_restore.rb', line 123 def port @port end |
#username ⇒ Object
Returns the value of attribute username
123 124 125 |
# File 'lib/backup_restore.rb', line 123 def username @username end |