class Fog::Parsers::Redshift::AWS::RevokeClusterSecurityGroupIngress

Public Instance Methods

end_element(name) click to toggle 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
reset() click to toggle source

:cluster_security_group

# File lib/fog/aws/parsers/redshift/revoke_cluster_security_group_ingress.rb, line 10
def reset
  super
  @response = {}
end
start_element(name, attrs = []) click to toggle source
# File lib/fog/aws/parsers/redshift/revoke_cluster_security_group_ingress.rb, line 15
def start_element(name, attrs = [])
  super
end