Class: Vagrant::Config::SSHConfig
Instance Attribute Summary collapse
-
#forwarded_port_key ⇒ Object
Returns the value of attribute forwarded_port_key.
-
#host ⇒ Object
Returns the value of attribute host.
-
#max_tries ⇒ Object
Returns the value of attribute max_tries.
-
#password ⇒ Object
Returns the value of attribute password.
-
#private_key_path ⇒ Object
Returns the value of attribute private_key_path.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#username ⇒ Object
Returns the value of attribute username.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #instance_variables_hash, #to_json
Instance Attribute Details
#forwarded_port_key ⇒ Object
Returns the value of attribute forwarded_port_key.
64 65 66 |
# File 'lib/vagrant/config.rb', line 64 def forwarded_port_key @forwarded_port_key end |
#host ⇒ Object
Returns the value of attribute host.
63 64 65 |
# File 'lib/vagrant/config.rb', line 63 def host @host end |
#max_tries ⇒ Object
Returns the value of attribute max_tries.
65 66 67 |
# File 'lib/vagrant/config.rb', line 65 def max_tries @max_tries end |
#password ⇒ Object
Returns the value of attribute password.
62 63 64 |
# File 'lib/vagrant/config.rb', line 62 def password @password end |
#private_key_path ⇒ Object
Returns the value of attribute private_key_path.
67 68 69 |
# File 'lib/vagrant/config.rb', line 67 def private_key_path @private_key_path end |
#timeout ⇒ Object
Returns the value of attribute timeout.
66 67 68 |
# File 'lib/vagrant/config.rb', line 66 def timeout @timeout end |
#username ⇒ Object
Returns the value of attribute username.
61 62 63 |
# File 'lib/vagrant/config.rb', line 61 def username @username end |