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

11 lines
152 B
Ruby
Raw Normal View History

2010-09-23 17:48:52 +00:00
class Linode
2010-09-10 00:50:38 +00:00
module Compute
module Formats
BASIC = {
'ERRORARRAY' => [],
'ACTION' => String
}
end
2010-07-18 03:35:08 +00:00
end
2010-09-10 00:50:38 +00:00
end