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

[brightbox] Fixed up testing formats

This commit is contained in:
Paul Thornthwaite 2011-03-03 01:16:16 +08:00 committed by Wesley Beary
parent 85c90c500c
commit 5866a4fd0a

View file

@ -117,12 +117,10 @@ class Brightbox
SERVER_TYPE = { SERVER_TYPE = {
"name" => String, "name" => String,
"handle" => Fog::Nullable::String,
"cores" => Integer, "cores" => Integer,
"created_at" => String,
"resource_type" => String, "resource_type" => String,
"updated_at" => String,
"disk_size" => Integer, "disk_size" => Integer,
"default" => Fog::Boolean,
"url" => String, "url" => String,
"id" => String, "id" => String,
"ram" => Integer, "ram" => Integer,
@ -203,7 +201,6 @@ class Brightbox
"id" => String, "id" => String,
"resource_type" => String, "resource_type" => String,
"url" => String, "url" => String,
"listed" => Fog::Boolean,
"name" => String, "name" => String,
"status" => String, "status" => String,
"hostname" => String, "hostname" => String,
@ -401,7 +398,7 @@ class Brightbox
"id" => String, "id" => String,
"resource_type" => String, "resource_type" => String,
"url" => String, "url" => String,
"handle" => Fog::Nullable::String "handle" => String
} }
end end