Class: DbDumper::Configuration::RemoteMachine

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dest_pathObject

Returns the value of attribute dest_path

Returns:

  • (Object)

    the current value of dest_path



15
16
17
# File 'lib/db_dumper/configuration.rb', line 15

def dest_path
  @dest_path
end

Instance Method Details

#data_pathObject



16
17
18
# File 'lib/db_dumper/configuration.rb', line 16

def data_path
  "#{dest_path}/csv"
end