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

[brightbox|ServerGroup] ServerGroups can have a nil name.

This commit is contained in:
Steve Smith 2012-08-09 12:42:24 +01:00
parent 56d72e0725
commit 7157e47061

View file

@ -190,7 +190,7 @@ class Brightbox
"id" => String,
"resource_type" => String,
"url" => String,
"name" => String,
"name" => Fog::Nullable::String,
"created_at" => String,
"default" => Fog::Boolean,
"description" => Fog::Nullable::String,
@ -341,7 +341,7 @@ class Brightbox
"id" => String,
"resource_type" => String,
"url" => String,
"name" => String,
"name" => Fog::Nullable::String,
"description" => Fog::Nullable::String,
"default" => Fog::Boolean,
"created_at" => String,