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

[brightbox|compute] ApiClient revoked time exposed in API. Updated format test

This commit is contained in:
Paul Thornthwaite 2011-06-07 14:50:25 +01:00
parent e3d0c2ef0a
commit af875689ae

View file

@ -72,7 +72,8 @@ class Brightbox
"resource_type" => String,
"url" => String,
"name" => String,
"description" => String
"description" => String,
"revoked_at" => Fog::Nullable::String
}
CLOUD_IP = {
@ -152,6 +153,7 @@ class Brightbox
"url" => String,
"name" => String,
"description" => String,
"revoked_at" => Fog::Nullable::String,
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT
}
@ -293,6 +295,7 @@ class Brightbox
"url" => String,
"name" => String,
"description" => String,
"revoked_at" => Fog::Nullable::String,
"secret" => Fog::Nullable::String,
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT
}