1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/bluebox/requests/compute/helper.rb
Paul Thornthwaite ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00

16 lines
286 B
Ruby

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