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

16 lines
144 B
Ruby
Raw Normal View History

2011-07-19 16:10:26 -04:00
class AWS
module SQS
module Formats
BASIC = {
'ResponseMetadata' => {'RequestId' => String}
}
end
end
end