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/ses/helper.rb

16 lines
144 B
Ruby
Raw Normal View History

2011-01-26 20:12:08 -05:00
class AWS
module SES
module Formats
BASIC = {
'ResponseMetadata' => {'RequestId' => String}
}
end
end
end