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

[bluebox|blb] parsing is hard, let's go shopping

This commit is contained in:
Josh Yotty 2013-03-04 16:33:47 -08:00
parent 44ac2274d5
commit c240aadc85
2 changed files with 2 additions and 3 deletions

View file

@ -23,8 +23,7 @@ module Fog
request(
:expects => 200,
:method => 'GET',
:path => "api/lb_applications/#{lb_application_id}/lb_services/#{lb_service_id}.json"
:parser => Fog::Parsers::Bluebox::BLB::LbService.new
:path => "api/lb_applications/#{lb_application_id}/lb_services/#{lb_service_id}.json",
)
end
end

View file

@ -20,7 +20,7 @@ class Bluebox
'status_password' => String,
'status_url' => String,
'service_type' => String,
'created' => DateTime,
'created' => String,
'lb_backends' => Array,
'pem_file_uploaded?' => Fog::Nullable::Boolean,
}