Class: DbDumper::Configuration::SshUser
- Inherits:
-
Struct
- Object
- Struct
- DbDumper::Configuration::SshUser
- Defined in:
- lib/db_dumper/configuration.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passphrase ⇒ Object
Returns the value of attribute passphrase.
-
#ssh_keys ⇒ Object
Returns the value of attribute ssh_keys.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
11 12 13 |
# File 'lib/db_dumper/configuration.rb', line 11 def host @host end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/db_dumper/configuration.rb', line 11 def name @name end |
#passphrase ⇒ Object
Returns the value of attribute passphrase
11 12 13 |
# File 'lib/db_dumper/configuration.rb', line 11 def passphrase @passphrase end |
#ssh_keys ⇒ Object
Returns the value of attribute ssh_keys
11 12 13 |
# File 'lib/db_dumper/configuration.rb', line 11 def ssh_keys @ssh_keys end |