Class: Nvoi::External::Database::Types::CreateOptions
- Inherits:
-
Struct
- Object
- Struct
- Nvoi::External::Database::Types::CreateOptions
- Defined in:
- lib/nvoi/external/database/types.rb
Overview
Options for creating a database
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
-
#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
17 18 19 |
# File 'lib/nvoi/external/database/types.rb', line 17 def database @database end |
#password ⇒ Object
Returns the value of attribute password
17 18 19 |
# File 'lib/nvoi/external/database/types.rb', line 17 def password @password end |
#pod_name ⇒ Object
Returns the value of attribute pod_name
17 18 19 |
# File 'lib/nvoi/external/database/types.rb', line 17 def pod_name @pod_name end |
#user ⇒ Object
Returns the value of attribute user
17 18 19 |
# File 'lib/nvoi/external/database/types.rb', line 17 def user @user end |