Class: Nvoi::External::Database::Types::DumpOptions

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

Overview

Options for dumping a database

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



11
12
13
# File 'lib/nvoi/external/database/types.rb', line 11

def database
  @database
end

#host_pathObject

Returns the value of attribute host_path

Returns:

  • (Object)

    the current value of host_path



11
12
13
# File 'lib/nvoi/external/database/types.rb', line 11

def host_path
  @host_path
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



11
12
13
# File 'lib/nvoi/external/database/types.rb', line 11

def password
  @password
end

#pod_nameObject

Returns the value of attribute pod_name

Returns:

  • (Object)

    the current value of pod_name



11
12
13
# File 'lib/nvoi/external/database/types.rb', line 11

def pod_name
  @pod_name
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



11
12
13
# File 'lib/nvoi/external/database/types.rb', line 11

def user
  @user
end