Class: DbDumper::Configuration::RemoteMachine
- Inherits:
-
Struct
- Object
- Struct
- DbDumper::Configuration::RemoteMachine
- Defined in:
- lib/db_dumper/configuration.rb
Instance Attribute Summary collapse
-
#dest_path ⇒ Object
Returns the value of attribute dest_path.
Instance Method Summary collapse
Instance Attribute Details
#dest_path ⇒ Object
Returns the value of attribute dest_path
15 16 17 |
# File 'lib/db_dumper/configuration.rb', line 15 def dest_path @dest_path end |
Instance Method Details
#data_path ⇒ Object
16 17 18 |
# File 'lib/db_dumper/configuration.rb', line 16 def data_path "#{dest_path}/csv" end |