Method: Fog::Compute::Bluebox::Server#private_key
- Defined in:
- lib/fog/bluebox/models/compute/server.rb
#private_key ⇒ Object
65 66 67 |
# File 'lib/fog/bluebox/models/compute/server.rb', line 65 def private_key @private_key ||= private_key_path && File.read(private_key_path) end |