fog--fog/tests/bluebox/helper.rb

18 lines
197 B
Ruby

class Bluebox
module Compute
module Formats
PRODUCT = {
'cost' => Float,
'description' => String,
'id' => String
}
end
end
end