class Fog::Parsers::AWS::CloudWatch::DisableAlarmActions
Public Instance Methods
end_element(name)
click to toggle source
# 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
reset()
click to toggle source
# File lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb, line 8 def reset @response = { 'ResponseMetadata' => {} } end
start_element(name, attrs = [])
click to toggle source
Calls superclass method
Fog::Parsers::Base#start_element
# File lib/fog/aws/parsers/cloud_watch/disable_alarm_actions.rb, line 12 def start_element(name, attrs = []) super end