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

[brightbox|compute] Fixed Format of Account representation

This commit is contained in:
Paul Thornthwaite 2011-05-31 13:51:30 +01:00
parent 771a0482ef
commit 124617062e

View file

@ -270,8 +270,8 @@ class Brightbox
"library_ftp_host" => String,
"library_ftp_user" => String,
"library_ftp_password" => Fog::Nullable::String,
"verified_telephone" => Fog::Nullable::Boolean,
"verified_at" => Fog::Nullable::Time,
"verified_telephone" => Fog::Nullable::String,
"verified_at" => Fog::Nullable::String,
"verified_ip" => Fog::Nullable::String,
"owner" => Brightbox::Compute::Formats::Nested::USER,
"users" => [Brightbox::Compute::Formats::Nested::USER],