fog--fog/tests/linode/helper.rb

17 lines
158 B
Ruby

class Linode
module Compute
module Formats
BASIC = {
'ERRORARRAY' => [],
'ACTION' => String
}
end
end
end