Fog::Parsers::Base
# File lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb, line 16 def end_element(name) case name when 'RequestId' @response['ResponseMetadata'][name] = value end end
# File lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb, line 8 def reset @response = { 'ResponseMetadata' => {} } end
# File lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb, line 12 def start_element(name, attrs = []) super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.