Class: VagrantPlugins::Deltacloud::Action::SSHInfoHolder
- Inherits:
-
Mutex
- Object
- Mutex
- VagrantPlugins::Deltacloud::Action::SSHInfoHolder
- Includes:
- Singleton
- Defined in:
- lib/vagrant-deltacloud-provider/action/read_ssh_info.rb
Instance Attribute Summary collapse
-
#ssh_info ⇒ Object
Keys are machine ids.
Instance Method Summary collapse
-
#initialize ⇒ SSHInfoHolder
constructor
A new instance of SSHInfoHolder.
Constructor Details
#initialize ⇒ SSHInfoHolder
Returns a new instance of SSHInfoHolder.
64 65 66 |
# File 'lib/vagrant-deltacloud-provider/action/read_ssh_info.rb', line 64 def initialize @ssh_info = {} end |
Instance Attribute Details
#ssh_info ⇒ Object
Keys are machine ids
62 63 64 |
# File 'lib/vagrant-deltacloud-provider/action/read_ssh_info.rb', line 62 def ssh_info @ssh_info end |