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

[brightbox] Some fixes to Formats in test helper

This commit is contained in:
Paul Thornthwaite 2010-12-09 15:50:53 +00:00
parent 9d4dcb0084
commit 2d2ef12c34

View file

@ -147,7 +147,7 @@ class Brightbox
"reverse_dns" => String, "reverse_dns" => String,
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
"interface" => Fog::Brightbox::Nullable::Interface, "interface" => Fog::Brightbox::Nullable::Interface,
"server" => NilClass "server" => Fog::Brightbox::Nullable::String
} }
IMAGE = { IMAGE = {
@ -208,7 +208,7 @@ class Brightbox
"name" => String, "name" => String,
"email_address" => String, "email_address" => String,
"email_verified" => Fog::Boolean, "email_verified" => Fog::Boolean,
"accounts" => [], "accounts" => [Brightbox::Compute::Formats::Nested::ACCOUNT],
"default_account" => NilClass "default_account" => NilClass
} }
@ -351,7 +351,7 @@ class Brightbox
"id" => String, "id" => String,
"resource_type" => String, "resource_type" => String,
"url" => String, "url" => String,
"handle" => String "handle" => Fog::Brightbox::Nullable::String
} }
end end