Method: Fog::Compute::Bluebox::Server#public_key_path

Defined in:
lib/fog/bluebox/models/compute/server.rb

#public_key_pathObject



73
74
75
76
# File 'lib/fog/bluebox/models/compute/server.rb', line 73

def public_key_path
  @public_key_path ||= Fog.credentials[:public_key_path]
  @public_key_path &&= File.expand_path(@public_key_path)
end