Class: Nvoi::External::Database::Types::CreateOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/nvoi/external/database/types.rb

Overview

Options for creating a database

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



17
18
19
# File 'lib/nvoi/external/database/types.rb', line 17

def database
  @database
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



17
18
19
# File 'lib/nvoi/external/database/types.rb', line 17

def password
  @password
end

#pod_nameObject

Returns the value of attribute pod_name

Returns:

  • (Object)

    the current value of pod_name



17
18
19
# File 'lib/nvoi/external/database/types.rb', line 17

def pod_name
  @pod_name
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



17
18
19
# File 'lib/nvoi/external/database/types.rb', line 17

def user
  @user
end