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

Added new Server#fqdn attribute to test helper

This commit is contained in:
Paul Thornthwaite 2012-02-09 12:35:52 +00:00
parent e7896606b4
commit 897c73b08d

View file

@ -168,6 +168,7 @@ class Brightbox
"name" => String,
"status" => String,
"hostname" => String,
"fqdn" => String,
"created_at" => String,
"started_at" => Fog::Nullable::String,
"deleted_at" => Fog::Nullable::String,
@ -306,6 +307,7 @@ class Brightbox
"name" => String,
"status" => String,
"hostname" => String,
"fqdn" => String,
"created_at" => String,
"started_at" => Fog::Nullable::String,
"deleted_at" => Fog::Nullable::String,
@ -512,6 +514,7 @@ class Brightbox
"name" => String,
"status" => String,
"hostname" => String,
"fqdn" => String,
"created_at" => String,
"started_at" => Fog::Nullable::String,
"deleted_at" => Fog::Nullable::String,