class Fog::Parsers::Redshift::AWS::RevokeClusterSecurityGroupIngress
Public Instance Methods
Source
# File lib/fog/aws/parsers/redshift/revoke_cluster_security_group_ingress.rb, line 19 def end_element(name) super case name when 'ClusterSecurityGroup' @response['ClusterSecurityGroup'] = @cluster_security_group end end
Calls superclass method
Fog::Parsers::Redshift::AWS::ClusterSecurityGroupParser#end_element
Source
# File lib/fog/aws/parsers/redshift/revoke_cluster_security_group_ingress.rb, line 10 def reset super @response = {} end
:cluster_security_group
Calls superclass method
Fog::Parsers::Redshift::AWS::ClusterSecurityGroupParser#reset
Source
# File lib/fog/aws/parsers/redshift/revoke_cluster_security_group_ingress.rb, line 15 def start_element(name, attrs = []) super end
Calls superclass method
Fog::Parsers::Redshift::AWS::ClusterSecurityGroupParser#start_element