Class: DbDumper::Configuration::SshUser

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



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

def host
  @host
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#passphraseObject

Returns the value of attribute passphrase

Returns:

  • (Object)

    the current value of passphrase



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

def passphrase
  @passphrase
end

#ssh_keysObject

Returns the value of attribute ssh_keys

Returns:

  • (Object)

    the current value of ssh_keys



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

def ssh_keys
  @ssh_keys
end