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

GH-1853 "public" attribute for network

This commit is contained in:
Kevin Chan 2013-06-02 17:50:20 +08:00
parent 558db911f1
commit 4583d1f263

View file

@ -5,6 +5,7 @@ module Fog
identity :id
attribute :name
attribute :public
end
end