1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/openstack/requests/compute/helper.rb

17 lines
182 B
Ruby

class OpenStack
module Compute
module Formats
SUMMARY = {
'id' => String,
'name' => String,
'links' => Array
}
end
end
end