Method: Fog::Compute::VirtualBox::Server#private_key_path
- Defined in:
- lib/rackspace-fog/virtual_box/models/compute/server.rb
#private_key_path ⇒ Object
105 106 107 108 |
# File 'lib/rackspace-fog/virtual_box/models/compute/server.rb', line 105 def private_key_path @private_key_path ||= Fog.credentials[:private_key_path] @private_key_path &&= File.(@private_key_path) end |