Class: DbDumper::Configuration::RemoteDB
- Inherits:
-
Struct
- Object
- Struct
- DbDumper::Configuration::RemoteDB
- Defined in:
- lib/db_dumper/configuration.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#database ⇒ Object
Returns the value of attribute database.
-
#dump_copy_options ⇒ Object
Returns the value of attribute dump_copy_options.
-
#dump_data_options ⇒ Object
Returns the value of attribute dump_data_options.
-
#dump_schema_options ⇒ Object
Returns the value of attribute dump_schema_options.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def adapter @adapter end |
#database ⇒ Object
Returns the value of attribute database
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def database @database end |
#dump_copy_options ⇒ Object
Returns the value of attribute dump_copy_options
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def @dump_copy_options end |
#dump_data_options ⇒ Object
Returns the value of attribute dump_data_options
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def @dump_data_options end |
#dump_schema_options ⇒ Object
Returns the value of attribute dump_schema_options
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def @dump_schema_options end |
#host ⇒ Object
Returns the value of attribute host
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def host @host end |
#password ⇒ Object
Returns the value of attribute password
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def password @password end |
#port ⇒ Object
Returns the value of attribute port
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def port @port end |
#username ⇒ Object
Returns the value of attribute username
12 13 14 |
# File 'lib/db_dumper/configuration.rb', line 12 def username @username end |