Class: VagrantPlugins::ConoHa::Action::SSHInfoHolder

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSSHInfoHolder

Returns a new instance of SSHInfoHolder.



64
65
66
# File 'lib/vagrant-conoha/action/read_ssh_info.rb', line 64

def initialize
  @ssh_info = {}
end

Instance Attribute Details

#ssh_infoObject

Keys are machine ids



62
63
64
# File 'lib/vagrant-conoha/action/read_ssh_info.rb', line 62

def ssh_info
  @ssh_info
end