Class: Fog::Parsers::AWS::CloudWatch::EnableAlarmActions
- Inherits:
-
Base
- Object
- Base
- Fog::Parsers::AWS::CloudWatch::EnableAlarmActions
- Defined in:
- lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb
Instance Method Summary collapse
Instance Method Details
#end_element(name) ⇒ Object
14 15 16 17 18 19 |
# File 'lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb', line 14 def end_element(name) case name when 'RequestId' @response['ResponseMetadata'][name] = value end end |
#reset ⇒ Object
6 7 8 |
# File 'lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb', line 6 def reset @response = { 'ResponseMetadata' => {} } end |
#start_element(name, attrs = []) ⇒ Object
10 11 12 |
# File 'lib/fog/aws/parsers/cloud_watch/enable_alarm_actions.rb', line 10 def start_element(name, attrs = []) super end |