fog--fog/tests/rackspace/helper.rb

17 lines
156 B
Ruby

class Rackspace
module Compute
module Formats
SUMMARY = {
'id' => Integer,
'name' => String
}
end
end
end