Class: VagrantPlugins::Openstack::Action::SSHInfoHolder

Inherits:
Mutex
  • Object
show all
Includes:
Singleton
Defined in:
lib/vagrant-openstack-provider/action/read_ssh_info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSSHInfoHolder

Returns a new instance of SSHInfoHolder.



60
61
62
# File 'lib/vagrant-openstack-provider/action/read_ssh_info.rb', line 60

def initialize
  @ssh_info = {}
end

Instance Attribute Details

#ssh_infoObject

Keys are machine ids



58
59
60
# File 'lib/vagrant-openstack-provider/action/read_ssh_info.rb', line 58

def ssh_info
  @ssh_info
end