1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws/requests/sqs/helper.rb
2011-07-19 15:11:21 -05:00

15 lines
144 B
Ruby

class AWS
module SQS
module Formats
BASIC = {
'ResponseMetadata' => {'RequestId' => String}
}
end
end
end