1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Update lib/fog/hp/models/compute/server.rb

This commit is contained in:
Neill Turner 2012-09-08 16:10:06 +02:00
parent 34be7b7a9a
commit 7283aa5f54

View file

@ -129,6 +129,10 @@ module Fog
@security_groups = new_security_groups
end
def security_groups
@security_groups
end
def ready?
self.state == 'ACTIVE'
end