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 nested CloudIP's server attribute

This commit is contained in:
Paul Thornthwaite 2011-05-31 14:15:28 +01:00
parent 124617062e
commit bae1fd168d

View file

@ -162,7 +162,7 @@ class Brightbox
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
"interface" => Fog::Brightbox::Nullable::Interface,
"load_balancer" => Fog::Brightbox::Nullable::LoadBalancer,
"server" => Fog::Nullable::String
"server" => Fog::Brightbox::Nullable::Server
}
IMAGE = {