Method: Fog::Compute::Bluebox::Server#private_key_path
- Defined in:
- lib/fog/bluebox/models/compute/server.rb
#private_key_path ⇒ Object
60 61 62 63 |
# File 'lib/fog/bluebox/models/compute/server.rb', line 60 def private_key_path @private_key_path ||= Fog.credentials[:private_key_path] @private_key_path &&= File.(@private_key_path) end |