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

[openstack|compute] Added id attribute to the keypair.

This commit is contained in:
Alfonso Juan Dillera 2012-04-13 00:27:51 +08:00 committed by Nelvin Driz
parent 20f6fd1969
commit 7ff011887e

View file

@ -12,6 +12,7 @@ module Fog
attribute :public_key
attribute :private_key
attribute :user_id
attribute :id
attr_accessor :public_key