Class: DbDumper::Configuration::RemoteDB

Inherits:
Struct
  • Object
show all
Defined in:
lib/db_dumper/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def adapter
  @adapter
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def database
  @database
end

#dump_copy_optionsObject

Returns the value of attribute dump_copy_options

Returns:

  • (Object)

    the current value of dump_copy_options



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def dump_copy_options
  @dump_copy_options
end

#dump_data_optionsObject

Returns the value of attribute dump_data_options

Returns:

  • (Object)

    the current value of dump_data_options



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def dump_data_options
  @dump_data_options
end

#dump_schema_optionsObject

Returns the value of attribute dump_schema_options

Returns:

  • (Object)

    the current value of dump_schema_options



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def dump_schema_options
  @dump_schema_options
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def host
  @host
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def port
  @port
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



12
13
14
# File 'lib/db_dumper/configuration.rb', line 12

def username
  @username
end