Class: Fog::Parsers::Redshift::AWS::ClusterSnapshot
- Inherits:
-
ClusterSnapshotParser
- Object
- Base
- ClusterSnapshotParser
- Fog::Parsers::Redshift::AWS::ClusterSnapshot
- Defined in:
- lib/fog/aws/parsers/redshift/cluster_snapshot.rb
Instance Method Summary collapse
- #end_element(name) ⇒ Object
-
#reset ⇒ Object
:parameter_group_name - (String) :parameter_group_status - (String).
- #start_element(name, attrs = []) ⇒ Object
Methods inherited from ClusterSnapshotParser
Instance Method Details
#end_element(name) ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/fog/aws/parsers/redshift/cluster_snapshot.rb', line 20 def end_element(name) super case name when 'Snapshot' @response = @snapshot end end |
#reset ⇒ Object
:parameter_group_name - (String) :parameter_group_status - (String)
11 12 13 14 |
# File 'lib/fog/aws/parsers/redshift/cluster_snapshot.rb', line 11 def reset super @response = {} end |
#start_element(name, attrs = []) ⇒ Object
16 17 18 |
# File 'lib/fog/aws/parsers/redshift/cluster_snapshot.rb', line 16 def start_element(name, attrs = []) super end |