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

[Brightbox] Adds missing images attributes

This commit is contained in:
Paul Thornthwaite 2013-05-28 10:37:15 +01:00
parent 0d93b3f0f9
commit 5db11e34f0

View file

@ -167,6 +167,8 @@ class Brightbox
"description" => String,
"source" => String,
"status" => String,
"public" => Fog::Boolean,
"official" => Fog::Boolean,
"owner" => String,
"username" => Fog::Nullable::String
}