class Fog::Parsers::AWS::SES::GetSendQuota
Public Instance Methods
end_element(name)
click to toggle source
# File lib/fog/aws/parsers/ses/get_send_quota.rb, line 10 def end_element(name) case name when "Max24HourSend", "MaxSendRate", "SentLast24Hours" @response[name] = value when 'RequestId' @response['ResponseMetadata'][name] = value end end
reset()
click to toggle source
# File lib/fog/aws/parsers/ses/get_send_quota.rb, line 6 def reset @response = { 'ResponseMetadata' => {} } end