Class: Nvoi::External::Database::Types::DumpOptions
- Inherits:
-
Struct
- Object
- Struct
- Nvoi::External::Database::Types::DumpOptions
- Defined in:
- lib/nvoi/external/database/types.rb
Overview
Options for dumping a database
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
-
#host_path ⇒ Object
Returns the value of attribute host_path.
-
#password ⇒ Object
Returns the value of attribute password.
-
#pod_name ⇒ Object
Returns the value of attribute pod_name.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#database ⇒ Object
Returns the value of attribute database
11 12 13 |
# File 'lib/nvoi/external/database/types.rb', line 11 def database @database end |
#host_path ⇒ Object
Returns the value of attribute host_path
11 12 13 |
# File 'lib/nvoi/external/database/types.rb', line 11 def host_path @host_path end |
#password ⇒ Object
Returns the value of attribute password
11 12 13 |
# File 'lib/nvoi/external/database/types.rb', line 11 def password @password end |
#pod_name ⇒ Object
Returns the value of attribute pod_name
11 12 13 |
# File 'lib/nvoi/external/database/types.rb', line 11 def pod_name @pod_name end |
#user ⇒ Object
Returns the value of attribute user
11 12 13 |
# File 'lib/nvoi/external/database/types.rb', line 11 def user @user end |