Method: Fog::Compute::Bluebox::Server#public_key
- Defined in:
- lib/fog/bluebox/models/compute/server.rb
#public_key ⇒ Object
78 79 80 |
# File 'lib/fog/bluebox/models/compute/server.rb', line 78 def public_key @public_key ||= public_key_path && File.read(public_key_path) end |